Sat, 02 Jul 2022 18:53:56 +0200
setup Wizard
- added support for 'project_urls'
- added support for 'entry_points'
- added a variant to create a 'setup.cfg' file
- added a variant to create a 'pyproject.toml' file
<!DOCTYPE html> <html><head> <title>eric7.Testing.Interfaces</title> <meta charset="UTF-8"> <link rel="stylesheet" href="styles.css"> </head> <body> <h1>eric7.Testing.Interfaces</h1> <p> Package containg the various test framework interfaces. </p> <h3>Modules</h3> <table> <tr> <td><a href="eric7.Testing.Interfaces.PytestExecutor.html">PytestExecutor</a></td> <td>Module implementing the executor for the 'pytest' framework.</td> </tr> <tr> <td><a href="eric7.Testing.Interfaces.PytestRunner.html">PytestRunner</a></td> <td>Module implementing the test runner script for the 'pytest' framework.</td> </tr> <tr> <td><a href="eric7.Testing.Interfaces.TestExecutorBase.html">TestExecutorBase</a></td> <td>Module implementing the executor base class for the various testing frameworks and supporting classes.</td> </tr> <tr> <td><a href="eric7.Testing.Interfaces.TestFrameworkRegistry.html">TestFrameworkRegistry</a></td> <td>Module implementing a simple registry containing the available test framework interfaces.</td> </tr> <tr> <td><a href="eric7.Testing.Interfaces.UnittestExecutor.html">UnittestExecutor</a></td> <td>Module implementing the executor for the standard 'unittest' framework.</td> </tr> <tr> <td><a href="eric7.Testing.Interfaces.UnittestRunner.html">UnittestRunner</a></td> <td>Module implementing the test runner script for the 'unittest' framework.</td> </tr> </table> </body></html>