16 ResponseUTTestFailedExpected, ResponseUTTestSucceededUnexpected |
16 ResponseUTTestFailedExpected, ResponseUTTestSucceededUnexpected |
17 |
17 |
18 |
18 |
19 class DCTestResult(TestResult): |
19 class DCTestResult(TestResult): |
20 """ |
20 """ |
21 A TestResult derivative to work with eric5's debug client. |
21 A TestResult derivative to work with eric6's debug client. |
22 |
22 |
23 For more details see unittest.py of the standard python distribution. |
23 For more details see unittest.py of the standard python distribution. |
24 """ |
24 """ |
25 def __init__(self, parent): |
25 def __init__(self, parent): |
26 """ |
26 """ |