--- a/src/eric7/Documentation/Source/eric7.Testing.Interfaces.PytestExecutor.html Sat Dec 16 15:21:11 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.Testing.Interfaces.PytestExecutor.html Sat Dec 16 16:30:55 2023 +0100 @@ -103,6 +103,10 @@ <td>Public method to start the testing process.</td> </tr> <tr> +<td><a href="#PytestExecutor.startDebug">startDebug</a></td> +<td>Public method to start the test run with debugger support.</td> +</tr> +<tr> <td><a href="#PytestExecutor.supportsMarkers">supportsMarkers</a></td> <td>Public method to indicate the support for test filtering using markers and/or marker expressions.</td> </tr> @@ -387,6 +391,28 @@ list of directories to be added to the Python path </dd> </dl> +<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> +<dd> +configuration for the test execution +</dd> +<dt><i>pythonpath</i> (list of str)</dt> +<dd> +list of directories to be added to the Python path +</dd> +<dt><i>debugger</i> (DebugUI)</dt> +<dd> +refference to the debugger interface +</dd> +</dl> <a NAME="PytestExecutor.supportsMarkers" ID="PytestExecutor.supportsMarkers"></a> <h4>PytestExecutor.supportsMarkers</h4> <b>supportsMarkers</b>(<i>interpreter</i>)