Documentation/Source/eric6.Debugger.DebuggerInterfacePython.html

changeset 6904
3f35037a08d4
parent 6903
0d4e1033731b
diff -r 0d4e1033731b -r 3f35037a08d4 Documentation/Source/eric6.Debugger.DebuggerInterfacePython.html
--- a/Documentation/Source/eric6.Debugger.DebuggerInterfacePython.html	Tue Mar 26 19:39:42 2019 +0100
+++ b/Documentation/Source/eric6.Debugger.DebuggerInterfacePython.html	Wed Mar 27 20:09:37 2019 +0100
@@ -719,7 +719,7 @@
 </dd>
 </dl><a NAME="DebuggerInterfacePython.remoteUTPrepare" ID="DebuggerInterfacePython.remoteUTPrepare"></a>
 <h4>DebuggerInterfacePython.remoteUTPrepare</h4>
-<b>remoteUTPrepare</b>(<i>fn, tn, tfn, failed, cov, covname, coverase, syspath, workdir, discover, discoveryStart, testCases</i>)
+<b>remoteUTPrepare</b>(<i>fn, tn, tfn, failed, cov, covname, coverase, syspath, workdir, discover, discoveryStart, testCases, debug</i>)
 <p>
         Public method to prepare a new unittest run.
 </p><dl>
@@ -761,13 +761,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="DebuggerInterfacePython.remoteUTRun" ID="DebuggerInterfacePython.remoteUTRun"></a>
 <h4>DebuggerInterfacePython.remoteUTRun</h4>
-<b>remoteUTRun</b>(<i></i>)
+<b>remoteUTRun</b>(<i>debug, failfast</i>)
 <p>
         Public method to start a unittest run.
-</p><a NAME="DebuggerInterfacePython.remoteUTStop" ID="DebuggerInterfacePython.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="DebuggerInterfacePython.remoteUTStop" ID="DebuggerInterfacePython.remoteUTStop"></a>
 <h4>DebuggerInterfacePython.remoteUTStop</h4>
 <b>remoteUTStop</b>(<i></i>)
 <p>

eric ide

mercurial