--- a/eric7/Documentation/Source/eric7.UI.UserInterface.html Mon May 23 17:31:02 2022 +0200 +++ b/eric7/Documentation/Source/eric7.UI.UserInterface.html Mon May 23 18:15:10 2022 +0200 @@ -385,14 +385,14 @@ <td>Private method to create the Sidebars layout.</td> </tr> <tr> +<td><a href="#UserInterface.__createTestingDialog">__createTestingDialog</a></td> +<td>Private slot to generate the testing dialog on demand.</td> +</tr> +<tr> <td><a href="#UserInterface.__createToolboxesLayout">__createToolboxesLayout</a></td> <td>Private method to create the Toolboxes layout.</td> </tr> <tr> -<td><a href="#UserInterface.__createUnitTestDialog">__createUnitTestDialog</a></td> -<td>Private slot to generate the unit test dialog on demand.</td> -</tr> -<tr> <td><a href="#UserInterface.__customViewer">__customViewer</a></td> <td>Private slot to start a custom viewer.</td> </tr> @@ -629,10 +629,18 @@ <td>Private slot to handle the Feature Request dialog.</td> </tr> <tr> +<td><a href="#UserInterface.__rerunFailedTests">__rerunFailedTests</a></td> +<td>Private slot to display the testing dialog and rerun all failed tests of the last run.</td> +</tr> +<tr> <td><a href="#UserInterface.__restart">__restart</a></td> <td>Private method to restart the application.</td> </tr> <tr> +<td><a href="#UserInterface.__restartTest">__restartTest</a></td> +<td>Private slot to display the testing dialog and rerun the last test run.</td> +</tr> +<tr> <td><a href="#UserInterface.__saveCurrentViewProfile">__saveCurrentViewProfile</a></td> <td>Private slot to save the window geometries of the active profile.</td> </tr> @@ -785,6 +793,18 @@ <td>Private slot to handle SSL errors.</td> </tr> <tr> +<td><a href="#UserInterface.__startTestProject">__startTestProject</a></td> +<td>Private slot for displaying the testing dialog and run the test for the current project.</td> +</tr> +<tr> +<td><a href="#UserInterface.__startTestScript">__startTestScript</a></td> +<td>Private slot for displaying the testing dialog and run the current script.</td> +</tr> +<tr> +<td><a href="#UserInterface.__startTesting">__startTesting</a></td> +<td>Private slot for displaying the testing dialog.</td> +</tr> +<tr> <td><a href="#UserInterface.__startToolProcess">__startToolProcess</a></td> <td>Private slot to start an external tool process.</td> </tr> @@ -797,6 +817,10 @@ <td>Private slot used to switch between the current and the previous current tab.</td> </tr> <tr> +<td><a href="#UserInterface.__testingStopped">__testingStopped</a></td> +<td>Private slot to handle the end of a test run.</td> +</tr> +<tr> <td><a href="#UserInterface.__toggleBottomSidebar">__toggleBottomSidebar</a></td> <td>Private slot to handle the toggle of the bottom sidebar window.</td> </tr> @@ -849,30 +873,6 @@ <td>Private slot to handle the tools configuration menu entry.</td> </tr> <tr> -<td><a href="#UserInterface.__unittest">__unittest</a></td> -<td>Private slot for displaying the unittest dialog.</td> -</tr> -<tr> -<td><a href="#UserInterface.__unittestProject">__unittestProject</a></td> -<td>Private slot for displaying the unittest dialog and run the current project.</td> -</tr> -<tr> -<td><a href="#UserInterface.__unittestRerunFailed">__unittestRerunFailed</a></td> -<td>Private slot to display the unittest dialog and rerun all failed tests of the last run.</td> -</tr> -<tr> -<td><a href="#UserInterface.__unittestRestart">__unittestRestart</a></td> -<td>Private slot to display the unittest dialog and rerun the last unit test.</td> -</tr> -<tr> -<td><a href="#UserInterface.__unittestScript">__unittestScript</a></td> -<td>Private slot for displaying the unittest dialog and run the current script.</td> -</tr> -<tr> -<td><a href="#UserInterface.__unittestStopped">__unittestStopped</a></td> -<td>Private slot to handle the end of a unit test run.</td> -</tr> -<tr> <td><a href="#UserInterface.__updateExternalToolsActions">__updateExternalToolsActions</a></td> <td>Private method to update the external tools actions for the current tool group.</td> </tr> @@ -1612,6 +1612,13 @@ <p> Private method to create the Sidebars layout. </p> +<a NAME="UserInterface.__createTestingDialog" ID="UserInterface.__createTestingDialog"></a> +<h4>UserInterface.__createTestingDialog</h4> +<b>__createTestingDialog</b>(<i></i>) + +<p> + Private slot to generate the testing dialog on demand. +</p> <a NAME="UserInterface.__createToolboxesLayout" ID="UserInterface.__createToolboxesLayout"></a> <h4>UserInterface.__createToolboxesLayout</h4> <b>__createToolboxesLayout</b>(<i></i>) @@ -1619,13 +1626,6 @@ <p> Private method to create the Toolboxes layout. </p> -<a NAME="UserInterface.__createUnitTestDialog" ID="UserInterface.__createUnitTestDialog"></a> -<h4>UserInterface.__createUnitTestDialog</h4> -<b>__createUnitTestDialog</b>(<i></i>) - -<p> - Private slot to generate the unit test dialog on demand. -</p> <a NAME="UserInterface.__customViewer" ID="UserInterface.__customViewer"></a> <h4>UserInterface.__customViewer</h4> <b>__customViewer</b>(<i>home=None</i>) @@ -2229,6 +2229,14 @@ <p> Private slot to handle the Feature Request dialog. </p> +<a NAME="UserInterface.__rerunFailedTests" ID="UserInterface.__rerunFailedTests"></a> +<h4>UserInterface.__rerunFailedTests</h4> +<b>__rerunFailedTests</b>(<i></i>) + +<p> + Private slot to display the testing dialog and rerun all failed tests + of the last run. +</p> <a NAME="UserInterface.__restart" ID="UserInterface.__restart"></a> <h4>UserInterface.__restart</h4> <b>__restart</b>(<i>ask=False</i>) @@ -2243,6 +2251,14 @@ flag indicating to ask the user for permission </dd> </dl> +<a NAME="UserInterface.__restartTest" ID="UserInterface.__restartTest"></a> +<h4>UserInterface.__restartTest</h4> +<b>__restartTest</b>(<i></i>) + +<p> + Private slot to display the testing dialog and rerun the last + test run. +</p> <a NAME="UserInterface.__saveCurrentViewProfile" ID="UserInterface.__saveCurrentViewProfile"></a> <h4>UserInterface.__saveCurrentViewProfile</h4> <b>__saveCurrentViewProfile</b>(<i>save</i>) @@ -2634,6 +2650,36 @@ list of SSL errors (list of QSslError) </dd> </dl> +<a NAME="UserInterface.__startTestProject" ID="UserInterface.__startTestProject"></a> +<h4>UserInterface.__startTestProject</h4> +<b>__startTestProject</b>(<i></i>) + +<p> + Private slot for displaying the testing dialog and run the test for + the current project. +</p> +<a NAME="UserInterface.__startTestScript" ID="UserInterface.__startTestScript"></a> +<h4>UserInterface.__startTestScript</h4> +<b>__startTestScript</b>(<i>testFile=None</i>) + +<p> + Private slot for displaying the testing dialog and run the current + script. +</p> +<dl> + +<dt><i>testFile</i> (str)</dt> +<dd> +file containing the tests to be run +</dd> +</dl> +<a NAME="UserInterface.__startTesting" ID="UserInterface.__startTesting"></a> +<h4>UserInterface.__startTesting</h4> +<b>__startTesting</b>(<i></i>) + +<p> + Private slot for displaying the testing dialog. +</p> <a NAME="UserInterface.__startToolProcess" ID="UserInterface.__startToolProcess"></a> <h4>UserInterface.__startToolProcess</h4> <b>__startToolProcess</b>(<i>tool</i>) @@ -2663,6 +2709,13 @@ Private slot used to switch between the current and the previous current tab. </p> +<a NAME="UserInterface.__testingStopped" ID="UserInterface.__testingStopped"></a> +<h4>UserInterface.__testingStopped</h4> +<b>__testingStopped</b>(<i></i>) + +<p> + Private slot to handle the end of a test run. +</p> <a NAME="UserInterface.__toggleBottomSidebar" ID="UserInterface.__toggleBottomSidebar"></a> <h4>UserInterface.__toggleBottomSidebar</h4> <b>__toggleBottomSidebar</b>(<i></i>) @@ -2799,59 +2852,6 @@ <p> Private slot to handle the tools configuration menu entry. </p> -<a NAME="UserInterface.__unittest" ID="UserInterface.__unittest"></a> -<h4>UserInterface.__unittest</h4> -<b>__unittest</b>(<i></i>) - -<p> - Private slot for displaying the unittest dialog. -</p> -<a NAME="UserInterface.__unittestProject" ID="UserInterface.__unittestProject"></a> -<h4>UserInterface.__unittestProject</h4> -<b>__unittestProject</b>(<i></i>) - -<p> - Private slot for displaying the unittest dialog and run the current - project. -</p> -<a NAME="UserInterface.__unittestRerunFailed" ID="UserInterface.__unittestRerunFailed"></a> -<h4>UserInterface.__unittestRerunFailed</h4> -<b>__unittestRerunFailed</b>(<i></i>) - -<p> - Private slot to display the unittest dialog and rerun all failed tests - of the last run. -</p> -<a NAME="UserInterface.__unittestRestart" ID="UserInterface.__unittestRestart"></a> -<h4>UserInterface.__unittestRestart</h4> -<b>__unittestRestart</b>(<i></i>) - -<p> - Private slot to display the unittest dialog and rerun the last - unit test. -</p> -<a NAME="UserInterface.__unittestScript" ID="UserInterface.__unittestScript"></a> -<h4>UserInterface.__unittestScript</h4> -<b>__unittestScript</b>(<i>prog=None</i>) - -<p> - Private slot for displaying the unittest dialog and run the current - script. -</p> -<dl> - -<dt><i>prog</i></dt> -<dd> -the python program to be opened -</dd> -</dl> -<a NAME="UserInterface.__unittestStopped" ID="UserInterface.__unittestStopped"></a> -<h4>UserInterface.__unittestStopped</h4> -<b>__unittestStopped</b>(<i></i>) - -<p> - Private slot to handle the end of a unit test run. -</p> <a NAME="UserInterface.__updateExternalToolsActions" ID="UserInterface.__updateExternalToolsActions"></a> <h4>UserInterface.__updateExternalToolsActions</h4> <b>__updateExternalToolsActions</b>(<i></i>)