ml-gradle
ml-gradle copied to clipboard
Support language selection in mlGenerateUnitTestSuite
The test suite generator only creates XQuery test suites, from which it is (nearly) impossible to test Javascript (SJS) code. The task could take a language parameter with values xqy or sjs (default xqy to preserve current default behavior), and would generate test files appropriately.