diff -r 490f9539e535 -r 6bac6775abb2 src/eric7/Documentation/Source/eric7.Testing.Interfaces.PytestExecutor.html --- a/src/eric7/Documentation/Source/eric7.Testing.Interfaces.PytestExecutor.html Mon Sep 05 18:08:58 2022 +0200 +++ b/src/eric7/Documentation/Source/eric7.Testing.Interfaces.PytestExecutor.html Tue Sep 06 13:39:18 2022 +0200 @@ -98,6 +98,10 @@ <td><a href="#PytestExecutor.supportsMarkers">supportsMarkers</a></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>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> @@ -358,6 +362,33 @@ 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