TestCenter Reference
TestSupport.PythonUnitTest Namespace Reference

Classes

class  MeVisLabTestCase
 

Functions

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

Variables

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

Function Documentation

◆ addTestsToMeVisLabTestCase()

def TestSupport.PythonUnitTest.addTestsToMeVisLabTestCase (   globals)

Definition at line 81 of file PythonUnitTest.py.

◆ skippedDummyTest()

def TestSupport.PythonUnitTest.skippedDummyTest (   _)

Definition at line 73 of file PythonUnitTest.py.

◆ writeTestCenterConfigFile()

def TestSupport.PythonUnitTest.writeTestCenterConfigFile (   configFilename,
  executablePath = '',
  resultDirectory = '',
  reportDirectory = '' 
)

Variable Documentation

◆ IterativeTestRegExp

TestSupport.PythonUnitTest.IterativeTestRegExp = re.compile(r'^(?:DISABLED_)?ITERATIVETEST(\d*_\w+)$')

Definition at line 78 of file PythonUnitTest.py.

◆ mlabroot

TestSupport.PythonUnitTest.mlabroot = os.environ.get('MLAB_ROOT')

Definition at line 69 of file PythonUnitTest.py.

◆ NormalTestRegExp

TestSupport.PythonUnitTest.NormalTestRegExp = re.compile(r'^(?:DISABLED_)?TEST(\d*_\w+)$')

Definition at line 77 of file PythonUnitTest.py.