Sat, 26 Apr 2025 12:34:32 +0200
MicroPython
- Added a configuration option to disable the support for the no longer produced Pimoroni Pico Wireless Pack.
<!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>