7959:44e15eda6506 | 7960:e8fc383322f7 |
---|---|
21 <body> | 21 <body> |
22 <a NAME="top" ID="top"></a> | 22 <a NAME="top" ID="top"></a> |
23 <h1>eric6.DebugClients.Python.DCTestResult</h1> | 23 <h1>eric6.DebugClients.Python.DCTestResult</h1> |
24 | 24 |
25 <p> | 25 <p> |
26 Module implementing a TestResult derivative for the eric6 debugger. | 26 Module implementing a TestResult derivative for the eric debugger. |
27 </p> | 27 </p> |
28 <h3>Global Attributes</h3> | 28 <h3>Global Attributes</h3> |
29 | 29 |
30 <table> | 30 <table> |
31 <tr><td>None</td></tr> | 31 <tr><td>None</td></tr> |
34 | 34 |
35 <table> | 35 <table> |
36 | 36 |
37 <tr> | 37 <tr> |
38 <td><a href="#DCTestResult">DCTestResult</a></td> | 38 <td><a href="#DCTestResult">DCTestResult</a></td> |
39 <td>A TestResult derivative to work with eric6's debug client.</td> | 39 <td>A TestResult derivative to work with eric's debug client.</td> |
40 </tr> | 40 </tr> |
41 </table> | 41 </table> |
42 <h3>Functions</h3> | 42 <h3>Functions</h3> |
43 | 43 |
44 <table> | 44 <table> |
48 <hr /> | 48 <hr /> |
49 <a NAME="DCTestResult" ID="DCTestResult"></a> | 49 <a NAME="DCTestResult" ID="DCTestResult"></a> |
50 <h2>DCTestResult</h2> | 50 <h2>DCTestResult</h2> |
51 | 51 |
52 <p> | 52 <p> |
53 A TestResult derivative to work with eric6's debug client. | 53 A TestResult derivative to work with eric's debug client. |
54 </p> | 54 </p> |
55 <p> | 55 <p> |
56 For more details see unittest.py of the standard python distribution. | 56 For more details see unittest.py of the standard python distribution. |
57 </p> | 57 </p> |
58 <h3>Derived from</h3> | 58 <h3>Derived from</h3> |