--- a/src/eric7/Documentation/Source/eric7.Testing.Interfaces.PytestExecutor.html Thu Jan 04 17:16:15 2024 +0100 +++ b/src/eric7/Documentation/Source/eric7.Testing.Interfaces.PytestExecutor.html Thu Jan 04 18:02:25 2024 +0100 @@ -7,53 +7,52 @@ <body> <a NAME="top" ID="top"></a> <h1>eric7.Testing.Interfaces.PytestExecutor</h1> - <p> Module implementing the executor for the 'pytest' framework. </p> + <h3>Global Attributes</h3> - <table> <tr><td>None</td></tr> </table> + <h3>Classes</h3> - <table> - <tr> <td><a href="#PytestExecutor">PytestExecutor</a></td> <td>Class implementing the executor for the 'pytest' framework.</td> </tr> </table> + <h3>Functions</h3> - <table> <tr><td>None</td></tr> </table> + <hr /> <hr /> <a NAME="PytestExecutor" ID="PytestExecutor"></a> <h2>PytestExecutor</h2> - <p> Class implementing the executor for the 'pytest' 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="#PytestExecutor.__init__">PytestExecutor</a></td> <td>Constructor</td> @@ -115,19 +114,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="PytestExecutor.__init__" ID="PytestExecutor.__init__"></a> <h4>PytestExecutor (Constructor)</h4> <b>PytestExecutor</b>(<i>testWidget</i>) - <p> Constructor </p> + <dl> <dt><i>testWidget</i> (TestingWidget)</dt> @@ -138,10 +138,10 @@ <a NAME="PytestExecutor.__nodeid2testname" ID="PytestExecutor.__nodeid2testname"></a> <h4>PytestExecutor.__nodeid2testname</h4> <b>__nodeid2testname</b>(<i>nodeid</i>) - <p> Private method to convert a nodeid to a test name. </p> + <dl> <dt><i>nodeid</i> (str)</dt> @@ -164,10 +164,10 @@ <a NAME="PytestExecutor.__nodeid2testpath" ID="PytestExecutor.__nodeid2testpath"></a> <h4>PytestExecutor.__nodeid2testpath</h4> <b>__nodeid2testpath</b>(<i>nodeid</i>) - <p> Private method to convert a nodeid to a test path list. </p> + <dl> <dt><i>nodeid</i> (str)</dt> @@ -190,7 +190,6 @@ <a NAME="PytestExecutor.__normalizeModuleName" ID="PytestExecutor.__normalizeModuleName"></a> <h4>PytestExecutor.__normalizeModuleName</h4> <b>__normalizeModuleName</b>(<i>name</i>) - <p> Private method to convert a module name reported by pytest to Python conventions. @@ -199,6 +198,7 @@ This method strips the extensions '.pyw' and '.py' first and replaces '/' and '\' thereafter. </p> + <dl> <dt><i>name</i> (str)</dt> @@ -221,10 +221,10 @@ <a NAME="PytestExecutor.__processData" ID="PytestExecutor.__processData"></a> <h4>PytestExecutor.__processData</h4> <b>__processData</b>(<i>data</i>) - <p> Private slot to process the received data. </p> + <dl> <dt><i>data</i> (dict)</dt> @@ -235,10 +235,10 @@ <a NAME="PytestExecutor.createArguments" ID="PytestExecutor.createArguments"></a> <h4>PytestExecutor.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> @@ -261,10 +261,10 @@ <a NAME="PytestExecutor.discover" ID="PytestExecutor.discover"></a> <h4>PytestExecutor.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> @@ -279,7 +279,6 @@ <a NAME="PytestExecutor.finished" ID="PytestExecutor.finished"></a> <h4>PytestExecutor.finished</h4> <b>finished</b>(<i></i>) - <p> Public method handling the unit test process been finished. </p> @@ -287,13 +286,14 @@ This method should read the results (if necessary) and emit the signal testFinished. </p> + <a NAME="PytestExecutor.getMarkers" ID="PytestExecutor.getMarkers"></a> <h4>PytestExecutor.getMarkers</h4> <b>getMarkers</b>(<i>interpreter, workdir</i>) - <p> Public method to get the list of defined markers. </p> + <dl> <dt><i>interpreter</i> (str)</dt> @@ -321,11 +321,11 @@ <a NAME="PytestExecutor.getVersions" ID="PytestExecutor.getVersions"></a> <h4>PytestExecutor.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> @@ -349,10 +349,10 @@ <a NAME="PytestExecutor.hasCoverage" ID="PytestExecutor.hasCoverage"></a> <h4>PytestExecutor.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> @@ -375,10 +375,10 @@ <a NAME="PytestExecutor.start" ID="PytestExecutor.start"></a> <h4>PytestExecutor.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> @@ -393,10 +393,10 @@ <a NAME="PytestExecutor.startDebug" ID="PytestExecutor.startDebug"></a> <h4>PytestExecutor.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> @@ -415,11 +415,11 @@ <a NAME="PytestExecutor.supportsMarkers" ID="PytestExecutor.supportsMarkers"></a> <h4>PytestExecutor.supportsMarkers</h4> <b>supportsMarkers</b>(<i>interpreter</i>) - <p> Public method to indicate the support for test filtering using markers and/or marker expressions. </p> + <dl> <dt><i>interpreter</i> (str)</dt> @@ -442,11 +442,11 @@ <a NAME="PytestExecutor.supportsPatterns" ID="PytestExecutor.supportsPatterns"></a> <h4>PytestExecutor.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> @@ -468,4 +468,4 @@ </dl> <div align="right"><a href="#top">Up</a></div> <hr /> -</body></html> \ No newline at end of file +</body></html>