Data Structures | |
| class | pyunittester.PyUnitTester |
| This class is a simple wrapper of the pyunit framework. More... | |
Functions | |
| def | pyunittester.execAndConvertExceptionToBoolean |
| This can be used to just execute a test function that is considered as OK simply if no exception is raised (can be test by an assertTrue). More... | |
| def | pyunittester.run |
| Run the test suite provided by the specified TestCase class. More... | |
Simple wrapper of the pyunit framework
| def pyunittester.execAndConvertExceptionToBoolean | ( | function | ) |
This can be used to just execute a test function that is considered as OK simply if no exception is raised (can be test by an assertTrue).
| def pyunittester.run | ( | testCaseClass | ) |
Run the test suite provided by the specified TestCase class.