--- a/src/eric7/Documentation/Source/eric7.Testing.Interfaces.UnittestExecutor.html Wed Dec 13 16:03:41 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.Testing.Interfaces.UnittestExecutor.html Wed Dec 13 16:04:40 2023 +0100 @@ -67,6 +67,10 @@ <td>Public method to create the arguments needed to start the test process.</td> </tr> <tr> +<td><a href="#UnittestExecutor.discover">discover</a></td> +<td>Public method to start the test discovery process.</td> +</tr> +<tr> <td><a href="#UnittestExecutor.finished">finished</a></td> <td>Public method handling the unit test process been finished.</td> </tr> @@ -147,6 +151,24 @@ list of str </dd> </dl> +<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> +<dd> +configuration for the test discovery +</dd> +<dt><i>pythonpath</i> (list of str)</dt> +<dd> +list of directories to be added to the Python path +</dd> +</dl> <a NAME="UnittestExecutor.finished" ID="UnittestExecutor.finished"></a> <h4>UnittestExecutor.finished</h4> <b>finished</b>(<i></i>)