--- a/Documentation/Source/eric5.Debugger.DebuggerInterfaceRuby.html Sat Dec 17 16:03:53 2011 +0100 +++ b/Documentation/Source/eric5.Debugger.DebuggerInterfaceRuby.html Sat Dec 17 19:13:19 2011 +0100 @@ -639,7 +639,7 @@ Public method to request the list of threads from the client. </p><a NAME="DebuggerInterfaceRuby.remoteUTPrepare" ID="DebuggerInterfaceRuby.remoteUTPrepare"></a> <h4>DebuggerInterfaceRuby.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> @@ -652,16 +652,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="DebuggerInterfaceRuby.remoteUTRun" ID="DebuggerInterfaceRuby.remoteUTRun"></a> <h4>DebuggerInterfaceRuby.remoteUTRun</h4>