Statistics
| Branch: | Tag: | Revision:

root / test / qa.qa_config_unittest.py @ f14a8b15

History | View | Annotate | Download (3.2 kB)

# Date Author Comment
a0c3e726 05/04/2012 03:27 pm Michael Hanselmann

QA: Enable use of OR conditions in test checks

Until now “TestRunIf” and “TestEnabled” could only handle AND. With this
patch a new class named “Either” is added to “qa_config” and allows OR.
The name “Either” was chosen instead of “Or” as the latter is very close...