Module implementing a TestResult derivative for the eric6 debugger.
| None | 
| DCTestResult | A TestResult derivative to work with eric6's debug client. | 
| None | 
A TestResult derivative to work with eric6's debug client.
For more details see unittest.py of the standard python distribution.
| None | 
| None | 
| DCTestResult | Constructor | 
| addError | Public method called if a test errored. | 
| addExpectedFailure | Public method called if a test failed expected. | 
| addFailure | Public method called if a test failed. | 
| addSkip | Public method called if a test was skipped. | 
| addUnexpectedSuccess | Public method called if a test succeeded expectedly. | 
| startTest | Public method called at the start of a test. | 
| stopTest | Public method called at the end of a test. | 
| None | 
Constructor
Public method called if a test errored.
Public method called if a test failed expected.
Public method called if a test failed.
Public method called if a test was skipped.
Public method called if a test succeeded expectedly.
Public method called at the start of a test.
Public method called at the end of a test.