diff -r 435cc5875135 -r 9f5758c0fec1 src/eric7/Documentation/Source/eric7.Testing.Interfaces.TestExecutorBase.html --- a/src/eric7/Documentation/Source/eric7.Testing.Interfaces.TestExecutorBase.html Thu May 25 19:51:47 2023 +0200 +++ b/src/eric7/Documentation/Source/eric7.Testing.Interfaces.TestExecutorBase.html Thu May 25 19:52:31 2023 +0200 @@ -171,15 +171,15 @@ </tr> <tr> <td><a href="#TestExecutorBase.getMarkers">getMarkers</a></td> -<td>Public method to get the list of defined markers.</td> +<td></td> </tr> <tr> <td><a href="#TestExecutorBase.getVersions">getVersions</a></td> -<td>Public method to get the test framework version and version information of its installed plugins.</td> +<td></td> </tr> <tr> <td><a href="#TestExecutorBase.hasCoverage">hasCoverage</a></td> -<td>Public method to get the test framework version and version information of its installed plugins.</td> +<td></td> </tr> <tr> <td><a href="#TestExecutorBase.readAllOutput">readAllOutput</a></td> @@ -195,11 +195,11 @@ </tr> <tr> <td><a href="#TestExecutorBase.supportsMarkers">supportsMarkers</a></td> -<td>Public method to indicate the support for test filtering using markers and/or marker expressions.</td> +<td></td> </tr> <tr> <td><a href="#TestExecutorBase.supportsPatterns">supportsPatterns</a></td> -<td>Public method to indicate the support for test filtering using test name patterns or a test name pattern expression.</td> +<td></td> </tr> </table> <h3>Static Methods</h3> @@ -338,88 +338,14 @@ <h4>TestExecutorBase.getMarkers</h4> <b>getMarkers</b>(<i>interpreter, workdir</i>) -<p> - Public method to get the list of defined markers. -</p> -<dl> - -<dt><i>interpreter</i> (str)</dt> -<dd> -interpreter to be used for the test -</dd> -<dt><i>workdir</i> (str)</dt> -<dd> -name of the working directory -</dd> -</dl> -<dl> -<dt>Return:</dt> -<dd> -dictionary containing the marker as key and the associated description - as value -</dd> -</dl> -<dl> -<dt>Return Type:</dt> -<dd> -dict -</dd> -</dl> <a NAME="TestExecutorBase.getVersions" ID="TestExecutorBase.getVersions"></a> <h4>TestExecutorBase.getVersions</h4> <b>getVersions</b>(<i>interpreter</i>) -<p> - Public method to get the test framework version and version information - of its installed plugins. -</p> -<dl> - -<dt><i>interpreter</i> (str)</dt> -<dd> -interpreter to be used for the test -</dd> -</dl> -<dl> -<dt>Return:</dt> -<dd> -dictionary containing the framework name and version and the - list of available plugins with name and version each -</dd> -</dl> -<dl> -<dt>Return Type:</dt> -<dd> -dict -</dd> -</dl> <a NAME="TestExecutorBase.hasCoverage" ID="TestExecutorBase.hasCoverage"></a> <h4>TestExecutorBase.hasCoverage</h4> <b>hasCoverage</b>(<i>interpreter</i>) -<p> - Public method to get the test framework version and version information - of its installed plugins. -</p> -<dl> - -<dt><i>interpreter</i> (str)</dt> -<dd> -interpreter to be used for the test -</dd> -</dl> -<dl> -<dt>Return:</dt> -<dd> -flag indicating the availability of coverage functionality -</dd> -</dl> -<dl> -<dt>Return Type:</dt> -<dd> -bool -</dd> -</dl> <a NAME="TestExecutorBase.readAllOutput" ID="TestExecutorBase.readAllOutput"></a> <h4>TestExecutorBase.readAllOutput</h4> <b>readAllOutput</b>(<i>process=None</i>) @@ -482,56 +408,10 @@ <h4>TestExecutorBase.supportsMarkers</h4> <b>supportsMarkers</b>(<i>interpreter</i>) -<p> - Public method to indicate the support for test filtering using markers and/or - marker expressions. -</p> -<dl> - -<dt><i>interpreter</i> (str)</dt> -<dd> -interpreter to be used for the test -</dd> -</dl> -<dl> -<dt>Return:</dt> -<dd> -flag indicating support of markers -</dd> -</dl> -<dl> -<dt>Return Type:</dt> -<dd> -bool -</dd> -</dl> <a NAME="TestExecutorBase.supportsPatterns" ID="TestExecutorBase.supportsPatterns"></a> <h4>TestExecutorBase.supportsPatterns</h4> <b>supportsPatterns</b>(<i>interpreter</i>) -<p> - Public method to indicate the support for test filtering using test name - patterns or a test name pattern expression. -</p> -<dl> - -<dt><i>interpreter</i> (str)</dt> -<dd> -interpreter to be used for the test -</dd> -</dl> -<dl> -<dt>Return:</dt> -<dd> -flag indicating support of markers -</dd> -</dl> -<dl> -<dt>Return Type:</dt> -<dd> -bool -</dd> -</dl> <div align="right"><a href="#top">Up</a></div> <hr /> <hr />