--- a/Documentation/Source/eric6.Debugger.DebugServer.html Tue Mar 26 19:39:42 2019 +0100 +++ b/Documentation/Source/eric6.Debugger.DebugServer.html Wed Mar 27 20:09:37 2019 +0100 @@ -83,10 +83,10 @@ <dd> emitted after an exception occured on the client side -</dd><dt>clientExit(int)</dt> +</dd><dt>clientExit(int, str, bool)</dt> <dd> -emitted with the exit status after the client has - exited +emitted after the client has exited + giving the exit status, an exit message and an indication to be quiet </dd><dt>clientGone(bool)</dt> <dd> emitted if the client went away (planned or @@ -909,10 +909,15 @@ </dd> </dl><a NAME="DebugServer.clientUtFinished" ID="DebugServer.clientUtFinished"></a> <h4>DebugServer.clientUtFinished</h4> -<b>clientUtFinished</b>(<i></i>) +<b>clientUtFinished</b>(<i>status</i>) <p> Public method to process the client unit test finished info. -</p><a NAME="DebugServer.clientUtPrepared" ID="DebugServer.clientUtPrepared"></a> +</p><dl> +<dt><i>status</i> (int)</dt> +<dd> +exit status of the unit test +</dd> +</dl><a NAME="DebugServer.clientUtPrepared" ID="DebugServer.clientUtPrepared"></a> <h4>DebugServer.clientUtPrepared</h4> <b>clientUtPrepared</b>(<i>result, exceptionType, exceptionValue</i>) <p> @@ -1594,7 +1599,7 @@ </dd> </dl><a NAME="DebugServer.remoteUTPrepare" ID="DebugServer.remoteUTPrepare"></a> <h4>DebugServer.remoteUTPrepare</h4> -<b>remoteUTPrepare</b>(<i>fn, tn, tfn, failed, cov, covname, coverase, clientType="", forProject=False, venvName="", syspath=None, workdir="", discover=False, discoveryStart="", testCases=None</i>) +<b>remoteUTPrepare</b>(<i>fn, tn, tfn, failed, cov, covname, coverase, clientType="", forProject=False, venvName="", syspath=None, workdir="", discover=False, discoveryStart="", testCases=None, debug=False</i>) <p> Public method to prepare a new unittest run. </p><dl> @@ -1645,13 +1650,24 @@ </dd><dt><i>testCases</i> (list of str)</dt> <dd> list of test cases to be loaded +</dd><dt><i>debug</i> (bool)</dt> +<dd> +flag indicating to run unittest with debugging </dd> </dl><a NAME="DebugServer.remoteUTRun" ID="DebugServer.remoteUTRun"></a> <h4>DebugServer.remoteUTRun</h4> -<b>remoteUTRun</b>(<i></i>) +<b>remoteUTRun</b>(<i>debug=False, failfast=False</i>) <p> Public method to start a unittest run. -</p><a NAME="DebugServer.remoteUTStop" ID="DebugServer.remoteUTStop"></a> +</p><dl> +<dt><i>debug</i> (bool)</dt> +<dd> +flag indicating to run unittest with debugging +</dd><dt><i>failfast</i> (bool)</dt> +<dd> +flag indicating to stop at the first error +</dd> +</dl><a NAME="DebugServer.remoteUTStop" ID="DebugServer.remoteUTStop"></a> <h4>DebugServer.remoteUTStop</h4> <b>remoteUTStop</b>(<i></i>) <p>