Documentation/Source/eric6.PyUnit.UnittestDialog.html

changeset 6908
a56b500d7d2d
parent 6904
3f35037a08d4
diff -r d72fedf5310d -r a56b500d7d2d Documentation/Source/eric6.PyUnit.UnittestDialog.html
--- a/Documentation/Source/eric6.PyUnit.UnittestDialog.html	Sat Mar 30 14:16:34 2019 +0100
+++ b/Documentation/Source/eric6.PyUnit.UnittestDialog.html	Sat Mar 30 14:20:29 2019 +0100
@@ -198,7 +198,7 @@
     Class implementing the UI to the pyunit package.
 </p><h3>Signals</h3>
 <dl>
-<dt>unittestFile(str, int, int)</dt>
+<dt>unittestFile(str, int, bool)</dt>
 <dd>
 emitted to show the source of a
         unittest file
@@ -211,7 +211,7 @@
 QWidget, Ui_UnittestDialog
 <h3>Class Attributes</h3>
 <table>
-<tr><td>None</td></tr>
+<tr><td>ErrorsInfoRole</td></tr><tr><td>TestCaseFileRole</td></tr><tr><td>TestCaseNameRole</td></tr>
 </table>
 <h3>Class Methods</h3>
 <table>
@@ -289,6 +289,9 @@
 <td><a href="#UnittestDialog.on_discoverCheckBox_toggled">on_discoverCheckBox_toggled</a></td>
 <td>Private slot handling state changes of the 'discover' checkbox.</td>
 </tr><tr>
+<td><a href="#UnittestDialog.on_discoveryList_itemDoubleClicked">on_discoveryList_itemDoubleClicked</a></td>
+<td>Private slot handling the user double clicking an item.</td>
+</tr><tr>
 <td><a href="#UnittestDialog.on_errorsListWidget_currentTextChanged">on_errorsListWidget_currentTextChanged</a></td>
 <td>Private slot to handle the highlighted signal.</td>
 </tr><tr>
@@ -399,7 +402,7 @@
 </dd>
 </dl><a NAME="UnittestDialog.__assembleTestCasesList" ID="UnittestDialog.__assembleTestCasesList"></a>
 <h4>UnittestDialog.__assembleTestCasesList</h4>
-<b>__assembleTestCasesList</b>(<i>suite</i>)
+<b>__assembleTestCasesList</b>(<i>suite, start</i>)
 <p>
         Private method to assemble a list of test cases included in a test
         suite.
@@ -407,17 +410,20 @@
 <dt><i>suite</i> (unittest.TestSuite)</dt>
 <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>Returns:</dt>
 <dd>
-list of tuples containing the test case ID and short
-            description
+list of tuples containing the test case ID, 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)
 </dd>
 </dl><a NAME="UnittestDialog.__discover" ID="UnittestDialog.__discover"></a>
 <h4>UnittestDialog.__discover</h4>
@@ -466,7 +472,7 @@
 <p>
         Private method to populate the test discovery results list.
 </p><dl>
-<dt><i>tests</i> (list of tuples of (str, str))</dt>
+<dt><i>tests</i> (list of tuples of (str, str, str))</dt>
 <dd>
 list of tuples containing the discovery results
 </dd>
@@ -607,6 +613,19 @@
 <dd>
 state of the checkbox
 </dd>
+</dl><a NAME="UnittestDialog.on_discoveryList_itemDoubleClicked" ID="UnittestDialog.on_discoveryList_itemDoubleClicked"></a>
+<h4>UnittestDialog.on_discoveryList_itemDoubleClicked</h4>
+<b>on_discoveryList_itemDoubleClicked</b>(<i>item, column</i>)
+<p>
+        Private slot handling the user double clicking an item.
+</p><dl>
+<dt><i>item</i> (QTreeWidgetItem)</dt>
+<dd>
+reference to the item
+</dd><dt><i>column</i> (int)</dt>
+<dd>
+column of the double click
+</dd>
 </dl><a NAME="UnittestDialog.on_errorsListWidget_currentTextChanged" ID="UnittestDialog.on_errorsListWidget_currentTextChanged"></a>
 <h4>UnittestDialog.on_errorsListWidget_currentTextChanged</h4>
 <b>on_errorsListWidget_currentTextChanged</b>(<i>text</i>)

eric ide

mercurial