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

branch
eric7
changeset 10684
58c7f23ae1cb
parent 10479
856476537696
--- a/src/eric7/Documentation/Source/eric7.Testing.Interfaces.PytestExecutor.html	Sat Apr 20 18:01:36 2024 +0200
+++ b/src/eric7/Documentation/Source/eric7.Testing.Interfaces.PytestExecutor.html	Sat Apr 20 18:02:35 2024 +0200
@@ -414,7 +414,7 @@
 </dl>
 <a NAME="PytestExecutor.supportsMarkers" ID="PytestExecutor.supportsMarkers"></a>
 <h4>PytestExecutor.supportsMarkers</h4>
-<b>supportsMarkers</b>(<i>interpreter</i>)
+<b>supportsMarkers</b>(<i>_interpreter</i>)
 <p>
         Public method to indicate the support for test filtering using markers and/or
         marker expressions.
@@ -422,9 +422,9 @@
 
 <dl>
 
-<dt><i>interpreter</i> (str)</dt>
+<dt><i>_interpreter</i> (str)</dt>
 <dd>
-interpreter to be used for the test
+interpreter to be used for the test (unused)
 </dd>
 </dl>
 <dl>
@@ -441,7 +441,7 @@
 </dl>
 <a NAME="PytestExecutor.supportsPatterns" ID="PytestExecutor.supportsPatterns"></a>
 <h4>PytestExecutor.supportsPatterns</h4>
-<b>supportsPatterns</b>(<i>interpreter</i>)
+<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.
@@ -449,9 +449,9 @@
 
 <dl>
 
-<dt><i>interpreter</i> (str)</dt>
+<dt><i>_interpreter</i> (str)</dt>
 <dd>
-interpreter to be used for the test
+interpreter to be used for the test (unused)
 </dd>
 </dl>
 <dl>

eric ide

mercurial