|
1 <!DOCTYPE html> |
|
2 <html><head> |
|
3 <title>eric7.Testing.Interfaces</title> |
|
4 <meta charset="UTF-8"> |
|
5 <link rel="stylesheet" href="styles.css"> |
|
6 </head> |
|
7 <body> |
|
8 <h1>eric7.Testing.Interfaces</h1> |
|
9 |
|
10 <p> |
|
11 Package containg the various test framework interfaces. |
|
12 </p> |
|
13 |
|
14 |
|
15 <h3>Modules</h3> |
|
16 <table> |
|
17 |
|
18 <tr> |
|
19 <td><a href="eric7.Testing.Interfaces.PytestExecutor.html">PytestExecutor</a></td> |
|
20 <td>Module implementing the executor for the 'pytest' framework.</td> |
|
21 </tr> |
|
22 <tr> |
|
23 <td><a href="eric7.Testing.Interfaces.PytestRunner.html">PytestRunner</a></td> |
|
24 <td>Module implementing the test runner script for the 'pytest' framework.</td> |
|
25 </tr> |
|
26 <tr> |
|
27 <td><a href="eric7.Testing.Interfaces.TestExecutorBase.html">TestExecutorBase</a></td> |
|
28 <td>Module implementing the executor base class for the various testing frameworks and supporting classes.</td> |
|
29 </tr> |
|
30 <tr> |
|
31 <td><a href="eric7.Testing.Interfaces.TestFrameworkRegistry.html">TestFrameworkRegistry</a></td> |
|
32 <td>Module implementing a simple registry containing the available test framework interfaces.</td> |
|
33 </tr> |
|
34 <tr> |
|
35 <td><a href="eric7.Testing.Interfaces.UnittestExecutor.html">UnittestExecutor</a></td> |
|
36 <td>Module implementing the executor for the standard 'unittest' framework.</td> |
|
37 </tr> |
|
38 <tr> |
|
39 <td><a href="eric7.Testing.Interfaces.UnittestRunner.html">UnittestRunner</a></td> |
|
40 <td>Module implementing the test runner script for the 'unittest' framework.</td> |
|
41 </tr> |
|
42 </table> |
|
43 </body></html> |