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

branch
eric7
changeset 9313
6bac6775abb2
parent 9311
8e588f403fd9
child 10070
9f5758c0fec1
equal deleted inserted replaced
9312:490f9539e535 9313:6bac6775abb2
96 </tr> 96 </tr>
97 <tr> 97 <tr>
98 <td><a href="#PytestExecutor.supportsMarkers">supportsMarkers</a></td> 98 <td><a href="#PytestExecutor.supportsMarkers">supportsMarkers</a></td>
99 <td>Public method to indicate the support for test filtering using markers and/or marker expressions.</td> 99 <td>Public method to indicate the support for test filtering using markers and/or marker expressions.</td>
100 </tr> 100 </tr>
101 <tr>
102 <td><a href="#PytestExecutor.supportsPatterns">supportsPatterns</a></td>
103 <td>Public method to indicate the support for test filtering using test name patterns or a test name pattern expression.</td>
104 </tr>
101 </table> 105 </table>
102 <h3>Static Methods</h3> 106 <h3>Static Methods</h3>
103 107
104 <table> 108 <table>
105 <tr><td>None</td></tr> 109 <tr><td>None</td></tr>
356 <dt>Return Type:</dt> 360 <dt>Return Type:</dt>
357 <dd> 361 <dd>
358 bool 362 bool
359 </dd> 363 </dd>
360 </dl> 364 </dl>
365 <a NAME="PytestExecutor.supportsPatterns" ID="PytestExecutor.supportsPatterns"></a>
366 <h4>PytestExecutor.supportsPatterns</h4>
367 <b>supportsPatterns</b>(<i>interpreter</i>)
368
369 <p>
370 Public method to indicate the support for test filtering using test name
371 patterns or a test name pattern expression.
372 </p>
373 <dl>
374
375 <dt><i>interpreter</i> (str)</dt>
376 <dd>
377 interpreter to be used for the test
378 </dd>
379 </dl>
380 <dl>
381 <dt>Return:</dt>
382 <dd>
383 flag indicating support of markers
384 </dd>
385 </dl>
386 <dl>
387 <dt>Return Type:</dt>
388 <dd>
389 bool
390 </dd>
391 </dl>
361 <div align="right"><a href="#top">Up</a></div> 392 <div align="right"><a href="#top">Up</a></div>
362 <hr /> 393 <hr />
363 </body></html> 394 </body></html>

eric ide

mercurial