Documentation/Source/index-eric6.PyUnit.html

changeset 3673
e26d7d0c1088
equal deleted inserted replaced
3670:f0cb7579c0b4 3673:e26d7d0c1088
1 <!DOCTYPE html>
2 <html><head>
3 <title>eric6.PyUnit</title>
4 <meta charset="UTF-8">
5 <style>
6 body {
7 background: #EDECE6;
8 margin: 0em 1em 10em 1em;
9 color: black;
10 }
11
12 h1 { color: white; background: #85774A; }
13 h2 { color: white; background: #85774A; }
14 h3 { color: white; background: #9D936E; }
15 h4 { color: white; background: #9D936E; }
16
17 a { color: #BA6D36; }
18
19 </style>
20 </head>
21 <body>
22 <h1>eric6.PyUnit</h1>
23 <p>
24 Package implementing an interface to the pyunit unittest package.
25 </p><p>
26 The package consist of a single dialog, which may be called as a
27 standalone version using the eric6_unittest script or from within the eric6
28 IDE. If it is called from within eric6, it has the additional function to
29 open a source file that failed a test.
30 </p>
31
32
33 <h3>Modules</h3>
34 <table>
35 <tr>
36 <td><a href="eric6.PyUnit.UnittestDialog.html">UnittestDialog</a></td>
37 <td>Module implementing the UI to the pyunit package.</td>
38 </tr>
39 </table>
40 </body></html>

eric ide

mercurial