--- a/src/eric7/Documentation/Source/eric7.Testing.TestingWidget.html Sat Dec 16 15:21:11 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.Testing.TestingWidget.html Sat Dec 16 16:30:55 2023 +0100 @@ -1144,16 +1144,21 @@ </dl> <a NAME="TestingWidget.startTests" ID="TestingWidget.startTests"></a> <h4>TestingWidget.startTests</h4> -<b>startTests</b>(<i>failedOnly=False</i>) +<b>startTests</b>(<i>failedOnly=False, debug=False</i>) <p> Public slot to start the test run. </p> <dl> -<dt><i>failedOnly</i> (bool)</dt> +<dt><i>failedOnly</i> (bool (optional))</dt> <dd> -flag indicating to run only failed tests +flag indicating to run only failed tests (defaults to False) +</dd> +<dt><i>debug</i> (bool (optional))</dt> +<dd> +flag indicating to start the test run with debugger support + (defaults to False) </dd> </dl> <div align="right"><a href="#top">Up</a></div>