1 <!DOCTYPE html> |
|
2 <html><head> |
|
3 <title>eric7.PyUnit</title> |
|
4 <meta charset="UTF-8"> |
|
5 <link rel="stylesheet" href="styles.css"> |
|
6 </head> |
|
7 <body> |
|
8 <h1>eric7.PyUnit</h1> |
|
9 |
|
10 <p> |
|
11 Package implementing an interface to the pyunit unittest package. |
|
12 </p> |
|
13 <p> |
|
14 The package consist of a single dialog, which may be called as a |
|
15 standalone version using the eric7_unittest script or from within the eric |
|
16 IDE. If it is called from within eric, it has the additional function to |
|
17 open a source file that failed a test. |
|
18 </p> |
|
19 |
|
20 |
|
21 <h3>Modules</h3> |
|
22 <table> |
|
23 |
|
24 <tr> |
|
25 <td><a href="eric7.PyUnit.UnittestDialog.html">UnittestDialog</a></td> |
|
26 <td>Module implementing the UI to the pyunit package.</td> |
|
27 </tr> |
|
28 </table> |
|
29 </body></html> |
|