TestCenter Reference
|
Go to the source code of this file.
Namespaces | |
namespace | TestSupport |
A package of python modules helping to build tests. | |
namespace | TestSupport.Generic |
Functions | |
TestSupport.Generic.getTestsToOmit (moduleName) | |
TestSupport.Generic.logThatTestWasOmittedByConfiguration (testIdentifier) | |
TestSupport.Generic.isTestOmittedAndLogIfSo (moduleName, testIdentifier) | |
TestSupport.Generic.isTestOmitted (moduleName, testIdentifier) | |
Variables | |
str | TestSupport.Generic.TESTS_TO_OMIT_TAG = "testsToOmit" |
str | TestSupport.Generic.FORMAL_TEST_IDENTIFIER = "formal" |
str | TestSupport.Generic.ALL_TESTS_IDENTIFIER = "all" |
str | TestSupport.Generic.EXAMPLE_NETWORK_TEST_IDENTIFIER = "example_network" |
str | TestSupport.Generic.PANEL_TEST_IDENTIFIER = "open_panel" |