eric7/Documentation/Source/eric7.Debugger.DebuggerInterfaceNone.html

branch
eric7
changeset 9097
213951c41dcd
parent 8964
29344a31ee2a
--- a/eric7/Documentation/Source/eric7.Debugger.DebuggerInterfaceNone.html	Mon May 23 17:31:02 2022 +0200
+++ b/eric7/Documentation/Source/eric7.Debugger.DebuggerInterfaceNone.html	Mon May 23 18:15:10 2022 +0200
@@ -195,22 +195,6 @@
 <td>Public method to request the list of threads from the client.</td>
 </tr>
 <tr>
-<td><a href="#DebuggerInterfaceNone.remoteUTDiscover">remoteUTDiscover</a></td>
-<td>Public method to perform a test case discovery.</td>
-</tr>
-<tr>
-<td><a href="#DebuggerInterfaceNone.remoteUTPrepare">remoteUTPrepare</a></td>
-<td>Public method to prepare a new unittest run.</td>
-</tr>
-<tr>
-<td><a href="#DebuggerInterfaceNone.remoteUTRun">remoteUTRun</a></td>
-<td>Public method to start a unittest run.</td>
-</tr>
-<tr>
-<td><a href="#DebuggerInterfaceNone.remoteUTStop">remoteUTStop</a></td>
-<td>public method to stop a unittest run.</td>
-</tr>
-<tr>
 <td><a href="#DebuggerInterfaceNone.remoteWatchpoint">remoteWatchpoint</a></td>
 <td>Public method to set or clear a watch expression.</td>
 </tr>
@@ -918,118 +902,6 @@
 ID of the debugger backend
 </dd>
 </dl>
-<a NAME="DebuggerInterfaceNone.remoteUTDiscover" ID="DebuggerInterfaceNone.remoteUTDiscover"></a>
-<h4>DebuggerInterfaceNone.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="DebuggerInterfaceNone.remoteUTPrepare" ID="DebuggerInterfaceNone.remoteUTPrepare"></a>
-<h4>DebuggerInterfaceNone.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="DebuggerInterfaceNone.remoteUTRun" ID="DebuggerInterfaceNone.remoteUTRun"></a>
-<h4>DebuggerInterfaceNone.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="DebuggerInterfaceNone.remoteUTStop" ID="DebuggerInterfaceNone.remoteUTStop"></a>
-<h4>DebuggerInterfaceNone.remoteUTStop</h4>
-<b>remoteUTStop</b>(<i></i>)
-
-<p>
-        public method to stop a unittest run.
-</p>
 <a NAME="DebuggerInterfaceNone.remoteWatchpoint" ID="DebuggerInterfaceNone.remoteWatchpoint"></a>
 <h4>DebuggerInterfaceNone.remoteWatchpoint</h4>
 <b>remoteWatchpoint</b>(<i>debuggerId, cond, setWatch, temp=False</i>)

eric ide

mercurial