diff -r 4adc2c6978f2 -r e5f03f779b00 Documentation/Source/eric6.Debugger.DebugServer.html --- a/Documentation/Source/eric6.Debugger.DebugServer.html Wed Mar 20 19:23:12 2019 +0100 +++ b/Documentation/Source/eric6.Debugger.DebugServer.html Wed Mar 20 19:41:04 2019 +0100 @@ -1542,38 +1542,41 @@ Public method to request the list of threads from the client. </p><a NAME="DebugServer.remoteUTPrepare" ID="DebugServer.remoteUTPrepare"></a> <h4>DebugServer.remoteUTPrepare</h4> -<b>remoteUTPrepare</b>(<i>fn, tn, tfn, failed, cov, covname, coverase, clientType=""</i>) +<b>remoteUTPrepare</b>(<i>fn, tn, tfn, failed, cov, covname, coverase, clientType="", forProject=False, venvName=""</i>) <p> Public method to prepare a new unittest run. </p><dl> -<dt><i>fn</i></dt> +<dt><i>fn</i> (str)</dt> <dd> -the filename to load (string) -</dd><dt><i>tn</i></dt> +the filename to load +</dd><dt><i>tn</i> (str)</dt> <dd> -the testname to load (string) -</dd><dt><i>tfn</i></dt> +the testname to load +</dd><dt><i>tfn</i> (str)</dt> <dd> -the test function name to load tests from (string) -</dd><dt><i>failed</i></dt> +the test function name to load tests from +</dd><dt><i>failed</i> (list of str)</dt> <dd> list of failed test, if only failed test should be run - (list of strings) -</dd><dt><i>cov</i></dt> +</dd><dt><i>cov</i> (bool)</dt> <dd> flag indicating collection of coverage data is requested - (boolean) -</dd><dt><i>covname</i></dt> +</dd><dt><i>covname</i> (str)</dt> <dd> filename to be used to assemble the coverage caches - filename (string) -</dd><dt><i>coverase</i></dt> + filename +</dd><dt><i>coverase</i> (bool)</dt> <dd> flag indicating erasure of coverage data is requested - (boolean) -</dd><dt><i>clientType=</i></dt> +</dd><dt><i>clientType</i> (str)</dt> +<dd> +client type to be used +</dd><dt><i>forProject</i> (bool)</dt> <dd> -client type to be used (string) +flag indicating a project related action +</dd><dt><i>venvName</i> (str)</dt> +<dd> +name of a virtual environment </dd> </dl><a NAME="DebugServer.remoteUTRun" ID="DebugServer.remoteUTRun"></a> <h4>DebugServer.remoteUTRun</h4>