The tests currently only cover two input scenarios (grep and grep+mariadb). To speed up the tests, only run each file generation once, and then make multiple assertions about it in a single consolidated test case.
Pull-Request has been merged by ncoghlan
Combined with previous changes to the module generator itself, this brings the current test execution time below 5 seconds :)
The tests currently only cover two input scenarios
(grep and grep+mariadb). To speed up the tests,
only run each file generation once, and then make
multiple assertions about it in a single consolidated
test case.