#10 Consolidate modulemd file content tests
Merged by ncoghlan. Opened by ncoghlan.
modularity/ ncoghlan/fedmod avoid-repeated-test-modulemd-generation  into  master

Download 10.patch

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 :)

Metadata