Flexible Metadata Format

2018-01-08 Thread Petr Splichal
Hi! In order to keep test execution efficient when number of test cases grows, it is crucial to maintain corresponding metadata, which define some aspects of how the test coverage is executed. For example limiting environment combinations where the test is relevant or selecting a subset of

New "tests" namespace to share test code

2017-12-07 Thread Petr Splichal
Hi! While working on adding CI tests [0] using the Standard Test Interface a need arose to have a shared git repository where tests could be stored: * A large number of test files makes a dist-git repository more difficult to maintain * Tests might follow a different branching pattern than