src/eric7/Documentation/Source/eric7.Testing.Interfaces.UnittestExecutor.html

branch
eric7
changeset 10259
b51dfacef37f
parent 10070
9f5758c0fec1
child 10407
03b41b9bb392
diff -r e7764f992a01 -r b51dfacef37f src/eric7/Documentation/Source/eric7.Testing.Interfaces.UnittestExecutor.html
--- a/src/eric7/Documentation/Source/eric7.Testing.Interfaces.UnittestExecutor.html	Fri Oct 27 14:07:03 2023 +0200
+++ b/src/eric7/Documentation/Source/eric7.Testing.Interfaces.UnittestExecutor.html	Fri Oct 27 14:09:40 2023 +0200
@@ -76,7 +76,7 @@
 </tr>
 <tr>
 <td><a href="#UnittestExecutor.hasCoverage">hasCoverage</a></td>
-<td></td>
+<td>Public method to get the test framework version and version information of its installed plugins.</td>
 </tr>
 <tr>
 <td><a href="#UnittestExecutor.start">start</a></td>
@@ -84,7 +84,7 @@
 </tr>
 <tr>
 <td><a href="#UnittestExecutor.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>
@@ -190,6 +190,29 @@
 <h4>UnittestExecutor.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="UnittestExecutor.start" ID="UnittestExecutor.start"></a>
 <h4>UnittestExecutor.start</h4>
 <b>start</b>(<i>config, pythonpath</i>)
@@ -212,6 +235,29 @@
 <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

eric ide

mercurial