Module implementing a TestResult derivative for the eric3 debugger.
DCTestResult | A TestResult derivative to work with eric3's debug client. |
None |
A TestResult derivative to work with eric3's debug client.
For more details see unittest.py of the standard python distribution.
DCTestResult | Constructor |
addError | Method called if a test errored. |
addFailure | Method called if a test failed. |
startTest | Method called at the start of a test. |
stopTest | Method called at the end of a test. |
Constructor
Method called if a test errored.
Method called if a test failed.
Method called at the start of a test.
Method called at the end of a test.