TestCenter Reference
|
Go to the source code of this file.
Classes | |
class | TestSupport.PythonUnitTest.MeVisLabTestCase |
Namespaces | |
namespace | TestSupport |
A package of python modules helping to build tests. | |
namespace | TestSupport.PythonUnitTest |
Functions | |
TestSupport.PythonUnitTest.skippedDummyTest (_) | |
TestSupport.PythonUnitTest.addTestsToMeVisLabTestCase (globals) | |
TestSupport.PythonUnitTest.writeTestCenterConfigFile (configFilename, executablePath="", resultDirectory="", reportDirectory="") | |
TestSupport.PythonUnitTest._getEnvironmentForTestCenter (mlabroot) | |
TestSupport.PythonUnitTest._stripTags (s) | |
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+)$") | |
TestSupport.PythonUnitTest._stripTagsRE = re.compile(r"(<!--.*?-->|<[^>]*>)") | |