Documentation/Source/eric6.PyUnit.UnittestDialog.html

changeset 6904
3f35037a08d4
parent 6903
0d4e1033731b
child 6908
a56b500d7d2d
diff -r 0d4e1033731b -r 3f35037a08d4 Documentation/Source/eric6.PyUnit.UnittestDialog.html
--- a/Documentation/Source/eric6.PyUnit.UnittestDialog.html	Tue Mar 26 19:39:42 2019 +0100
+++ b/Documentation/Source/eric6.PyUnit.UnittestDialog.html	Wed Mar 27 20:09:37 2019 +0100
@@ -96,13 +96,16 @@
 </table>
 <a NAME="QtTestResult.__init__" ID="QtTestResult.__init__"></a>
 <h4>QtTestResult (Constructor)</h4>
-<b>QtTestResult</b>(<i>parent</i>)
+<b>QtTestResult</b>(<i>parent, failfast</i>)
 <p>
         Constructor
 </p><dl>
-<dt><i>parent</i></dt>
+<dt><i>parent</i> (UnittestDialog)</dt>
 <dd>
-The parent widget.
+reference to the parent widget
+</dd><dt><i>failfast</i> (bool)</dt>
+<dd>
+flag indicating to stop at the first error
 </dd>
 </dl><a NAME="QtTestResult.addError" ID="QtTestResult.addError"></a>
 <h4>QtTestResult.addError</h4>
@@ -221,7 +224,7 @@
 <td>Constructor</td>
 </tr><tr>
 <td><a href="#UnittestDialog.__UTDiscovered">__UTDiscovered</a></td>
-<td>Private slot to handle the utPrepared signal.</td>
+<td>Private slot to handle the utDiscovered signal.</td>
 </tr><tr>
 <td><a href="#UnittestDialog.__UTPrepared">__UTPrepared</a></td>
 <td>Private slot to handle the utPrepared signal.</td>
@@ -360,7 +363,7 @@
 <h4>UnittestDialog.__UTDiscovered</h4>
 <b>__UTDiscovered</b>(<i>testCases, exc_type, exc_value</i>)
 <p>
-        Private slot to handle the utPrepared signal.
+        Private slot to handle the utDiscovered signal.
 </p><p>
         If the unittest suite was loaded successfully, we ask the
         client to run the test suite.

eric ide

mercurial