TestCenter Reference
PythonUnitTest.py File Reference

Go to the source code of this file.

Classes

class  TestSupport.PythonUnitTest.MeVisLabTestCase
 

Namespaces

 TestSupport.PythonUnitTest
 

Functions

def TestSupport.PythonUnitTest.skippedDummyTest (_)
 
def TestSupport.PythonUnitTest.addTestsToMeVisLabTestCase (globals)
 
def TestSupport.PythonUnitTest.writeTestCenterConfigFile (configFilename, executablePath='', resultDirectory='', reportDirectory='')
 

Variables

 TestSupport.PythonUnitTest.mlabroot = os.environ.get('MLAB_ROOT')
 
 TestSupport.PythonUnitTest.NormalTestRegExp = re.compile(r'^(?:DISABLED_)?TEST(\d*_\w+)$')
 
 TestSupport.PythonUnitTest.IterativeTestRegExp = re.compile(r'^(?:DISABLED_)?ITERATIVETEST(\d*_\w+)$')