eric7/Documentation/Source/eric7.Debugger.DebuggerInterfacePython.html

branch
eric7
changeset 9097
213951c41dcd
parent 8596
d64760b2da50
--- a/eric7/Documentation/Source/eric7.Debugger.DebuggerInterfacePython.html	Mon May 23 17:31:02 2022 +0200
+++ b/eric7/Documentation/Source/eric7.Debugger.DebuggerInterfacePython.html	Mon May 23 18:15:10 2022 +0200
@@ -240,22 +240,6 @@
 <td>Public method to request the list of threads from the client.</td>
 </tr>
 <tr>
-<td><a href="#DebuggerInterfacePython.remoteUTDiscover">remoteUTDiscover</a></td>
-<td>Public method to perform a test case discovery.</td>
-</tr>
-<tr>
-<td><a href="#DebuggerInterfacePython.remoteUTPrepare">remoteUTPrepare</a></td>
-<td>Public method to prepare a new unittest run.</td>
-</tr>
-<tr>
-<td><a href="#DebuggerInterfacePython.remoteUTRun">remoteUTRun</a></td>
-<td>Public method to start a unittest run.</td>
-</tr>
-<tr>
-<td><a href="#DebuggerInterfacePython.remoteUTStop">remoteUTStop</a></td>
-<td>Public method to stop a unittest run.</td>
-</tr>
-<tr>
 <td><a href="#DebuggerInterfacePython.remoteWatchpoint">remoteWatchpoint</a></td>
 <td>Public method to set or clear a watch expression.</td>
 </tr>
@@ -1196,118 +1180,6 @@
 ID of the debugger backend
 </dd>
 </dl>
-<a NAME="DebuggerInterfacePython.remoteUTDiscover" ID="DebuggerInterfacePython.remoteUTDiscover"></a>
-<h4>DebuggerInterfacePython.remoteUTDiscover</h4>
-<b>remoteUTDiscover</b>(<i>syspath, workdir, discoveryStart</i>)
-
-<p>
-        Public method to perform a test case discovery.
-</p>
-<dl>
-
-<dt><i>syspath</i> (list of str)</dt>
-<dd>
-list of directories to be added to sys.path on the
-            remote side
-</dd>
-<dt><i>workdir</i> (str)</dt>
-<dd>
-path name of the working directory
-</dd>
-<dt><i>discoveryStart</i> (str)</dt>
-<dd>
-directory to start auto-discovery at
-</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, debug</i>)
-
-<p>
-        Public method to prepare a new unittest run.
-</p>
-<dl>
-
-<dt><i>fn</i> (str)</dt>
-<dd>
-name of file to load
-</dd>
-<dt><i>tn</i> (str)</dt>
-<dd>
-name of test to load
-</dd>
-<dt><i>tfn</i> (str)</dt>
-<dd>
-test function name to load tests from
-</dd>
-<dt><i>failed</i> (list of str)</dt>
-<dd>
-list of failed test, if only failed test should be run
-</dd>
-<dt><i>cov</i> (bool)</dt>
-<dd>
-flag indicating collection of coverage data is requested
-</dd>
-<dt><i>covname</i> (str)</dt>
-<dd>
-name of file to be used to assemble the coverage caches
-            filename
-</dd>
-<dt><i>coverase</i> (bool)</dt>
-<dd>
-flag indicating erasure of coverage data is requested
-</dd>
-<dt><i>syspath</i> (list of str)</dt>
-<dd>
-list of directories to be added to sys.path on the
-            remote side
-</dd>
-<dt><i>workdir</i> (str)</dt>
-<dd>
-path name of the working directory
-</dd>
-<dt><i>discover</i> (bool)</dt>
-<dd>
-flag indicating to discover the tests automatically
-</dd>
-<dt><i>discoveryStart</i> (str)</dt>
-<dd>
-directory to start auto-discovery at
-</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>debug, failfast</i>)
-
-<p>
-        Public method to start a unittest run.
-</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>
-        Public method to stop a unittest run.
-</p>
 <a NAME="DebuggerInterfacePython.remoteWatchpoint" ID="DebuggerInterfacePython.remoteWatchpoint"></a>
 <h4>DebuggerInterfacePython.remoteWatchpoint</h4>
 <b>remoteWatchpoint</b>(<i>debuggerId, cond, setWatch, temp=False</i>)

eric ide

mercurial