Hi Andy,
Thanks for the suggestion.
jobs:test-uris($uris as xs:string*, $options as map(xs:string, xs:string)) as xs:string
An interesting idea… However, I think this would currently cause various problems as long as a single-threaded execution of unit tests is not provided. As an alternative, I could think about running unit tests in parallel, even if not started from within XQuery.
I assume that the execution of unit tests takes quite a lot of time in your setup, right?
Cheers, Christian
Asynchronously runs all functions in the specified modules that have unit annotations.A test report is generated and optionally cached, which resembles the format returned by other xUnit testing frameworks, such as the Maven Surefire Plugin.
returns a job id
/Andy