TestCenter Reference
Generic.py File Reference

Go to the source code of this file.

Namespaces

 TestSupport.Generic
 

Functions

def TestSupport.Generic.getTestsToOmit (moduleName)
 
def TestSupport.Generic.logThatTestWasOmittedByConfiguration (testIdentifier)
 
def TestSupport.Generic.isTestOmittedAndLogIfSo (moduleName, testIdentifier)
 
def TestSupport.Generic.isTestOmitted (moduleName, testIdentifier)
 

Variables

string TestSupport.Generic.TESTS_TO_OMIT_TAG = 'testsToOmit'
 
string TestSupport.Generic.FORMAL_TEST_IDENTIFIER = 'formal'
 
string TestSupport.Generic.ALL_TESTS_IDENTIFIER = 'all'
 
string TestSupport.Generic.EXAMPLE_NETWORK_TEST_IDENTIFIER = 'example_network'
 
string TestSupport.Generic.PANEL_TEST_IDENTIFIER = 'open_panel'