src/eric7/Documentation/Source/eric7.Testing.Interfaces.UnittestRunner.html

branch
eric7
changeset 10407
03b41b9bb392
parent 9209
b99e7fd55fd3
child 10478
de9106c55c3d
--- a/src/eric7/Documentation/Source/eric7.Testing.Interfaces.UnittestRunner.html	Wed Dec 13 16:03:41 2023 +0100
+++ b/src/eric7/Documentation/Source/eric7.Testing.Interfaces.UnittestRunner.html	Wed Dec 13 16:04:40 2023 +0100
@@ -35,7 +35,7 @@
 </tr>
 <tr>
 <td><a href="#runtest">runtest</a></td>
-<td>Function to run the tests.</td>
+<td>Function to run and/or discover the tests.</td>
 </tr>
 </table>
 <hr />
@@ -291,7 +291,7 @@
 <hr />
 <a NAME="_assembleTestCasesList" ID="_assembleTestCasesList"></a>
 <h2>_assembleTestCasesList</h2>
-<b>_assembleTestCasesList</b>(<i>suite</i>)
+<b>_assembleTestCasesList</b>(<i>suite, start</i>)
 
 <p>
     Protected function to assemble a list of test cases included in a test
@@ -303,18 +303,22 @@
 <dd>
 test suite to be inspected
 </dd>
+<dt><i>start</i> (str)</dt>
+<dd>
+name of directory discovery was started at
+</dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-list of tuples containing the test case ID, the string
-        representation and the short description
+list of tuples containing the test case ID, the string representation,
+        a short description and the path of the test file name
 </dd>
 </dl>
 <dl>
 <dt>Return Type:</dt>
 <dd>
-list of tuples of (str, str)
+list of tuples of (str, str, str, str)
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>
@@ -322,10 +326,10 @@
 <hr />
 <a NAME="runtest" ID="runtest"></a>
 <h2>runtest</h2>
-<b>runtest</b>(<i>argv</i>)
+<b>runtest</b>(<i>argv, discoverOnly=False</i>)
 
 <p>
-    Function to run the tests.
+    Function to run and/or discover the tests.
 </p>
 <dl>
 
@@ -333,6 +337,11 @@
 <dd>
 list of command line parameters.
 </dd>
+<dt><i>discoverOnly</i> (bool (optional))</dt>
+<dd>
+flag indicating to just discover the available test cases
+        (defaults to False)
+</dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>
 <hr />

eric ide

mercurial