--- a/src/eric7/Documentation/Source/eric7.Testing.Interfaces.UnittestExecutor.html Thu Jan 04 17:16:15 2024 +0100 +++ b/src/eric7/Documentation/Source/eric7.Testing.Interfaces.UnittestExecutor.html Thu Jan 04 18:02:25 2024 +0100 @@ -7,53 +7,52 @@ <body> <a NAME="top" ID="top"></a> <h1>eric7.Testing.Interfaces.UnittestExecutor</h1> - <p> Module implementing the executor for the standard 'unittest' framework. </p> + <h3>Global Attributes</h3> - <table> <tr><td>None</td></tr> </table> + <h3>Classes</h3> - <table> - <tr> <td><a href="#UnittestExecutor">UnittestExecutor</a></td> <td>Class implementing the executor for the standard 'unittest' framework.</td> </tr> </table> + <h3>Functions</h3> - <table> <tr><td>None</td></tr> </table> + <hr /> <hr /> <a NAME="UnittestExecutor" ID="UnittestExecutor"></a> <h2>UnittestExecutor</h2> - <p> Class implementing the executor for the standard 'unittest' framework. </p> + <h3>Derived from</h3> TestExecutorBase <h3>Class Attributes</h3> +<table> +<tr><td>module</td></tr> +<tr><td>name</td></tr> +<tr><td>runner</td></tr> +</table> -<table> -<tr><td>module</td></tr><tr><td>name</td></tr><tr><td>runner</td></tr> -</table> <h3>Class Methods</h3> - <table> <tr><td>None</td></tr> </table> + <h3>Methods</h3> - <table> - <tr> <td><a href="#UnittestExecutor.__init__">UnittestExecutor</a></td> <td>Constructor</td> @@ -95,19 +94,20 @@ <td>Public method to indicate the support for test filtering using test name patterns or a test name pattern expression.</td> </tr> </table> + <h3>Static Methods</h3> - <table> <tr><td>None</td></tr> </table> + <a NAME="UnittestExecutor.__init__" ID="UnittestExecutor.__init__"></a> <h4>UnittestExecutor (Constructor)</h4> <b>UnittestExecutor</b>(<i>testWidget</i>) - <p> Constructor </p> + <dl> <dt><i>testWidget</i> (TestingWidget)</dt> @@ -118,10 +118,10 @@ <a NAME="UnittestExecutor.__processData" ID="UnittestExecutor.__processData"></a> <h4>UnittestExecutor.__processData</h4> <b>__processData</b>(<i>data</i>) - <p> Private slot to process the received data. </p> + <dl> <dt><i>data</i> (dict)</dt> @@ -132,10 +132,10 @@ <a NAME="UnittestExecutor.createArguments" ID="UnittestExecutor.createArguments"></a> <h4>UnittestExecutor.createArguments</h4> <b>createArguments</b>(<i>config</i>) - <p> Public method to create the arguments needed to start the test process. </p> + <dl> <dt><i>config</i> (TestConfig)</dt> @@ -158,10 +158,10 @@ <a NAME="UnittestExecutor.discover" ID="UnittestExecutor.discover"></a> <h4>UnittestExecutor.discover</h4> <b>discover</b>(<i>config, pythonpath</i>) - <p> Public method to start the test discovery process. </p> + <dl> <dt><i>config</i> (TestConfig)</dt> @@ -176,7 +176,6 @@ <a NAME="UnittestExecutor.finished" ID="UnittestExecutor.finished"></a> <h4>UnittestExecutor.finished</h4> <b>finished</b>(<i></i>) - <p> Public method handling the unit test process been finished. </p> @@ -184,14 +183,15 @@ This method should read the results (if necessary) and emit the signal testFinished. </p> + <a NAME="UnittestExecutor.getVersions" ID="UnittestExecutor.getVersions"></a> <h4>UnittestExecutor.getVersions</h4> <b>getVersions</b>(<i>interpreter</i>) - <p> Public method to get the test framework version and version information of its installed plugins. </p> + <dl> <dt><i>interpreter</i> (str)</dt> @@ -215,10 +215,10 @@ <a NAME="UnittestExecutor.hasCoverage" ID="UnittestExecutor.hasCoverage"></a> <h4>UnittestExecutor.hasCoverage</h4> <b>hasCoverage</b>(<i>interpreter</i>) - <p> Public method to check, if the collection of coverage data is available. </p> + <dl> <dt><i>interpreter</i> (str)</dt> @@ -241,10 +241,10 @@ <a NAME="UnittestExecutor.start" ID="UnittestExecutor.start"></a> <h4>UnittestExecutor.start</h4> <b>start</b>(<i>config, pythonpath</i>) - <p> Public method to start the testing process. </p> + <dl> <dt><i>config</i> (TestConfig)</dt> @@ -259,10 +259,10 @@ <a NAME="UnittestExecutor.startDebug" ID="UnittestExecutor.startDebug"></a> <h4>UnittestExecutor.startDebug</h4> <b>startDebug</b>(<i>config, pythonpath, debugger</i>) - <p> Public method to start the test run with debugger support. </p> + <dl> <dt><i>config</i> (TestConfig)</dt> @@ -281,11 +281,11 @@ <a NAME="UnittestExecutor.supportsPatterns" ID="UnittestExecutor.supportsPatterns"></a> <h4>UnittestExecutor.supportsPatterns</h4> <b>supportsPatterns</b>(<i>interpreter</i>) - <p> Public method to indicate the support for test filtering using test name patterns or a test name pattern expression. </p> + <dl> <dt><i>interpreter</i> (str)</dt> @@ -307,4 +307,4 @@ </dl> <div align="right"><a href="#top">Up</a></div> <hr /> -</body></html> \ No newline at end of file +</body></html>