Documentation/Source/eric6.PyUnit.UnittestDialog.html

changeset 6888
e5f03f779b00
parent 6359
e78be0616e6e
child 6903
0d4e1033731b
diff -r 4adc2c6978f2 -r e5f03f779b00 Documentation/Source/eric6.PyUnit.UnittestDialog.html
--- a/Documentation/Source/eric6.PyUnit.UnittestDialog.html	Wed Mar 20 19:23:12 2019 +0100
+++ b/Documentation/Source/eric6.PyUnit.UnittestDialog.html	Wed Mar 20 19:41:04 2019 +0100
@@ -277,6 +277,12 @@
 <td><a href="#UnittestDialog.on_testsuitePicker_pathSelected">on_testsuitePicker_pathSelected</a></td>
 <td>Private slot called after a test suite has been selected.</td>
 </tr><tr>
+<td><a href="#UnittestDialog.on_venvComboBox_currentTextChanged">on_venvComboBox_currentTextChanged</a></td>
+<td>Private slot to handle the selection of a virtual environment.</td>
+</tr><tr>
+<td><a href="#UnittestDialog.setProjectMode">setProjectMode</a></td>
+<td>Public method to set the project mode of the dialog.</td>
+</tr><tr>
 <td><a href="#UnittestDialog.testErrored">testErrored</a></td>
 <td>Public method called if a test errors.</td>
 </tr><tr>
@@ -305,30 +311,26 @@
 </table>
 <a NAME="UnittestDialog.__init__" ID="UnittestDialog.__init__"></a>
 <h4>UnittestDialog (Constructor)</h4>
-<b>UnittestDialog</b>(<i>prog=None, dbs=None, ui=None, fromEric=False, parent=None, name=None</i>)
+<b>UnittestDialog</b>(<i>prog=None, dbs=None, ui=None, parent=None, name=None</i>)
 <p>
         Constructor
 </p><dl>
-<dt><i>prog</i></dt>
+<dt><i>prog</i> (str)</dt>
 <dd>
 filename of the program to open
-</dd><dt><i>dbs</i></dt>
+</dd><dt><i>dbs</i> (DebugServer)</dt>
 <dd>
 reference to the debug server object. It is an indication
-            whether we were called from within the eric6 IDE
-</dd><dt><i>ui</i></dt>
+            whether we were called from within the eric6 IDE.
+</dd><dt><i>ui</i> (UserInterface)</dt>
 <dd>
 reference to the UI object
-</dd><dt><i>fromEric</i></dt>
+</dd><dt><i>parent</i> (QWidget)</dt>
 <dd>
-flag indicating an instantiation from within the
-            eric IDE (boolean)
-</dd><dt><i>parent</i></dt>
+parent widget of this dialog
+</dd><dt><i>name</i> (str)</dt>
 <dd>
-parent widget of this dialog (QWidget)
-</dd><dt><i>name</i></dt>
-<dd>
-name of this dialog (string)
+name of this dialog
 </dd>
 </dl><a NAME="UnittestDialog.__UTPrepared" ID="UnittestDialog.__UTPrepared"></a>
 <h4>UnittestDialog.__UTPrepared</h4>
@@ -516,6 +518,26 @@
 <dd>
 file name of the test suite
 </dd>
+</dl><a NAME="UnittestDialog.on_venvComboBox_currentTextChanged" ID="UnittestDialog.on_venvComboBox_currentTextChanged"></a>
+<h4>UnittestDialog.on_venvComboBox_currentTextChanged</h4>
+<b>on_venvComboBox_currentTextChanged</b>(<i>venvName</i>)
+<p>
+        Private slot to handle the selection of a virtual environment.
+</p><dl>
+<dt><i>venvName</i> (str)</dt>
+<dd>
+name of the selected virtual environment
+</dd>
+</dl><a NAME="UnittestDialog.setProjectMode" ID="UnittestDialog.setProjectMode"></a>
+<h4>UnittestDialog.setProjectMode</h4>
+<b>setProjectMode</b>(<i>forProject</i>)
+<p>
+        Public method to set the project mode of the dialog.
+</p><dl>
+<dt><i>forProject</i> (bool)</dt>
+<dd>
+flag indicating to run for the open project
+</dd>
 </dl><a NAME="UnittestDialog.testErrored" ID="UnittestDialog.testErrored"></a>
 <h4>UnittestDialog.testErrored</h4>
 <b>testErrored</b>(<i>test, exc, testId</i>)

eric ide

mercurial