Functions:
|
Exceptions used in TestSuite modules.
|
|
A class that uses Python's profiler to help TestModule know which
functions have been called in a particular module.
|
|
Provides the TestFunction class for wrapping functions.
|
|
Provides the TestMode base class for testing modes.
|
|
Provides the TestModule class for wrapping modules/packages.
|
|
Provides the TestObject base class used in TestSuite modules.
|
|
Provides the TestSuite class, which represents the package(s) to test.
|
|
Provides the Tester class, which is the hub for all testing.
|