--- a/src/eric7/Documentation/Source/eric7.Testing.TestingWidget.html Wed Oct 05 09:39:15 2022 +0200 +++ b/src/eric7/Documentation/Source/eric7.Testing.TestingWidget.html Wed Oct 05 16:19:31 2022 +0200 @@ -92,6 +92,10 @@ <td>Private slot to handle the 'coverageData' signal of the executor.</td> </tr> <tr> +<td><a href="#TestingWidget.__determineInterpreter">__determineInterpreter</a></td> +<td>Private method to determine the interpreter to be used.</td> +</tr> +<tr> <td><a href="#TestingWidget.__insertDiscovery">__insertDiscovery</a></td> <td>Private slot to insert the discovery start directory into the discoveryPicker object.</td> </tr> @@ -326,6 +330,32 @@ file containing the coverage data </dd> </dl> +<a NAME="TestingWidget.__determineInterpreter" ID="TestingWidget.__determineInterpreter"></a> +<h4>TestingWidget.__determineInterpreter</h4> +<b>__determineInterpreter</b>(<i>venvName</i>) + +<p> + Private method to determine the interpreter to be used. +</p> +<dl> + +<dt><i>venvName</i> (str)</dt> +<dd> +name of the virtual environment +</dd> +</dl> +<dl> +<dt>Return:</dt> +<dd> +path of the interpreter executable +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +str +</dd> +</dl> <a NAME="TestingWidget.__insertDiscovery" ID="TestingWidget.__insertDiscovery"></a> <h4>TestingWidget.__insertDiscovery</h4> <b>__insertDiscovery</b>(<i>start</i>)