--- a/Documentation/Source/eric5.Debugger.DebuggerInterfaceNone.html Sat Dec 17 16:03:53 2011 +0100 +++ b/Documentation/Source/eric5.Debugger.DebuggerInterfaceNone.html Sat Dec 17 19:13:19 2011 +0100 @@ -548,7 +548,7 @@ Public method to request the list of threads from the client. </p><a NAME="DebuggerInterfaceNone.remoteUTPrepare" ID="DebuggerInterfaceNone.remoteUTPrepare"></a> <h4>DebuggerInterfaceNone.remoteUTPrepare</h4> -<b>remoteUTPrepare</b>(<i>fn, tn, tfn, cov, covname, coverase</i>) +<b>remoteUTPrepare</b>(<i>fn, tn, tfn, failed, cov, covname, coverase</i>) <p> Public method to prepare a new unittest run. </p><dl> @@ -561,16 +561,20 @@ </dd><dt><i>tfn</i></dt> <dd> the test function name to load tests from (string) +</dd><dt><i>failed</i></dt> +<dd> +list of failed test, if only failed test should be run + (list of strings) </dd><dt><i>cov</i></dt> <dd> -flag indicating collection of coverage data is requested +flag indicating collection of coverage data is requested (boolean) </dd><dt><i>covname</i></dt> <dd> filename to be used to assemble the coverage caches - filename + filename (string) </dd><dt><i>coverase</i></dt> <dd> -flag indicating erasure of coverage data is requested +flag indicating erasure of coverage data is requested (boolean) </dd> </dl><a NAME="DebuggerInterfaceNone.remoteUTRun" ID="DebuggerInterfaceNone.remoteUTRun"></a> <h4>DebuggerInterfaceNone.remoteUTRun</h4>