diff -r e7764f992a01 -r b51dfacef37f src/eric7/Documentation/Source/eric7.Testing.Interfaces.PytestExecutor.html --- a/src/eric7/Documentation/Source/eric7.Testing.Interfaces.PytestExecutor.html Fri Oct 27 14:07:03 2023 +0200 +++ b/src/eric7/Documentation/Source/eric7.Testing.Interfaces.PytestExecutor.html Fri Oct 27 14:09:40 2023 +0200 @@ -96,11 +96,11 @@ </tr> <tr> <td><a href="#PytestExecutor.supportsMarkers">supportsMarkers</a></td> -<td></td> +<td>Public method to indicate the support for test filtering using markers and/or marker expressions.</td> </tr> <tr> <td><a href="#PytestExecutor.supportsPatterns">supportsPatterns</a></td> -<td></td> +<td>Public method to indicate the support for test filtering using test name patterns or a test name pattern expression.</td> </tr> </table> <h3>Static Methods</h3> @@ -339,10 +339,56 @@ <h4>PytestExecutor.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="PytestExecutor.supportsPatterns" ID="PytestExecutor.supportsPatterns"></a> <h4>PytestExecutor.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 /> </body></html> \ No newline at end of file