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

branch
eric7
changeset 10259
b51dfacef37f
parent 10229
e50bbf250343
child 10407
03b41b9bb392
--- a/src/eric7/Documentation/Source/eric7.Testing.Interfaces.TestExecutorBase.html	Fri Oct 27 14:07:03 2023 +0200
+++ b/src/eric7/Documentation/Source/eric7.Testing.Interfaces.TestExecutorBase.html	Fri Oct 27 14:09:40 2023 +0200
@@ -171,15 +171,15 @@
 </tr>
 <tr>
 <td><a href="#TestExecutorBase.getMarkers">getMarkers</a></td>
-<td></td>
+<td>Public method to get the list of defined markers.</td>
 </tr>
 <tr>
 <td><a href="#TestExecutorBase.getVersions">getVersions</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="#TestExecutorBase.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="#TestExecutorBase.readAllOutput">readAllOutput</a></td>
@@ -195,11 +195,11 @@
 </tr>
 <tr>
 <td><a href="#TestExecutorBase.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="#TestExecutorBase.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>
@@ -338,14 +338,88 @@
 <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>)
@@ -408,10 +482,56 @@
 <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 />

eric ide

mercurial