--- a/src/eric7/Documentation/Source/eric7.Testing.Interfaces.UnittestExecutor.html Mon Sep 05 18:08:58 2022 +0200 +++ b/src/eric7/Documentation/Source/eric7.Testing.Interfaces.UnittestExecutor.html Tue Sep 06 13:39:18 2022 +0200 @@ -82,6 +82,10 @@ <td><a href="#UnittestExecutor.start">start</a></td> <td>Public method to start the testing process.</td> </tr> +<tr> +<td><a href="#UnittestExecutor.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> @@ -227,6 +231,33 @@ list of directories to be added to the Python path </dd> </dl> +<a NAME="UnittestExecutor.supportsPatterns" ID="UnittestExecutor.supportsPatterns"></a> +<h4>UnittestExecutor.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