--- a/eric6/Documentation/Source/eric6.PyUnit.UnittestDialog.html Sun Jan 17 13:53:08 2021 +0100 +++ b/eric6/Documentation/Source/eric6.PyUnit.UnittestDialog.html Mon Feb 01 10:38:16 2021 +0100 @@ -277,7 +277,7 @@ <h3>Class Attributes</h3> <table> -<tr><td>ErrorsInfoRole</td></tr><tr><td>TestCaseFileRole</td></tr><tr><td>TestCaseNameRole</td></tr> +<tr><td>ErrorsInfoRole</td></tr><tr><td>FailedExpectedColorDarkTheme</td></tr><tr><td>FailedExpectedColorLightTheme</td></tr><tr><td>SkippedColorDarkTheme</td></tr><tr><td>SkippedColorLightTheme</td></tr><tr><td>SucceededUnexpectedColorDarkTheme</td></tr><tr><td>SucceededUnexpectedColorLightTheme</td></tr><tr><td>TestCaseFileRole</td></tr><tr><td>TestCaseNameRole</td></tr> </table> <h3>Class Methods</h3> @@ -342,7 +342,7 @@ </tr> <tr> <td><a href="#UnittestDialog.__showSource">__showSource</a></td> -<td>Private slot to show the source of a traceback in an eric6 editor.</td> +<td>Private slot to show the source of a traceback in an eric editor.</td> </tr> <tr> <td><a href="#UnittestDialog.__stopTests">__stopTests</a></td> @@ -426,7 +426,7 @@ </tr> <tr> <td><a href="#UnittestDialog.testFailedExpected">testFailedExpected</a></td> -<td>Public method called if a test fails expectedly.</td> +<td>Public method called if a test fails as expected.</td> </tr> <tr> <td><a href="#UnittestDialog.testFinished">testFinished</a></td> @@ -467,7 +467,7 @@ <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. + whether we were called from within the eric IDE. </dd> <dt><i>ui</i> (UserInterface)</dt> <dd> @@ -554,7 +554,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of tuples containing the test case ID, a short description and the path of the test file name @@ -588,7 +588,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the item or None </dd> @@ -657,7 +657,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of selected test cases </dd> @@ -701,7 +701,7 @@ <b>__showSource</b>(<i></i>) <p> - Private slot to show the source of a traceback in an eric6 editor. + Private slot to show the source of a traceback in an eric editor. </p> <a NAME="UnittestDialog.__stopTests" ID="UnittestDialog.__stopTests"></a> <h4>UnittestDialog.__stopTests</h4> @@ -732,7 +732,7 @@ Public method to check, if there are failed tests from the last run. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the presence of failed tests (boolean) </dd> @@ -951,7 +951,7 @@ </p> <dl> -<dt><i>failedOnly=</i></dt> +<dt><i>failedOnly</i></dt> <dd> flag indicating to run only failed tests (boolean) </dd> @@ -1005,7 +1005,7 @@ <b>testFailedExpected</b>(<i>test, exc, testId</i>) <p> - Public method called if a test fails expectedly. + Public method called if a test fails as expected. </p> <dl> @@ -1167,7 +1167,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating, whether the event was handled (boolean) </dd>