TestCenter Reference
|
Go to the source code of this file.
Namespaces | |
namespace | TestSupport |
A package of python modules helping to build tests. | |
namespace | TestSupport.Async |
Support functions for asynchronous module handling. | |
Functions | |
TestSupport.Async.waitForModules (moduleList) | |
Ask to wait for given modules to finish asynchronous processing. | |
TestSupport.Async.waitForModule (module) | |
Method to wait for the given module to finish its task. | |
TestSupport.Async.setFinished () | |
Set task to be finished. | |
Variables | |
TestSupport.Async.gFinished = None | |
Global variable for state tracking of the watched module. | |