Documentation/Source/eric5.Debugger.DebuggerInterfacePython3.html

changeset 1499
b4d0457afb15
parent 1229
a8207dc73672
child 2173
c21d1e99015a
--- a/Documentation/Source/eric5.Debugger.DebuggerInterfacePython3.html	Sat Dec 17 16:03:53 2011 +0100
+++ b/Documentation/Source/eric5.Debugger.DebuggerInterfacePython3.html	Sat Dec 17 19:13:19 2011 +0100
@@ -645,7 +645,7 @@
         Public method to request the list of threads from the client.
 </p><a NAME="DebuggerInterfacePython3.remoteUTPrepare" ID="DebuggerInterfacePython3.remoteUTPrepare"></a>
 <h4>DebuggerInterfacePython3.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>
@@ -658,16 +658,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="DebuggerInterfacePython3.remoteUTRun" ID="DebuggerInterfacePython3.remoteUTRun"></a>
 <h4>DebuggerInterfacePython3.remoteUTRun</h4>

eric ide

mercurial