TestCenter Reference
UnitTestDiscovery.py File Reference

Go to the source code of this file.

Namespaces

namespace  TestSupport
 A package of python modules helping to build tests.
 
namespace  TestSupport.UnitTestDiscovery
 

Functions

 TestSupport.UnitTestDiscovery.getSuiteFromPackage (unitTestRootPackage, pattern="test*.py")
 Creates a Test Suite from all the tests inside a python package which is located in the MeVisLab Repository.
 
 TestSupport.UnitTestDiscovery._getTopLevelDir (searchPath)
 
 TestSupport.UnitTestDiscovery.getSuiteFromFolder (searchPath, pattern="*.py")
 Creates a Test Suite from all the tests inside a folder, this could be a TestCenter TestCase folder.