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

branch
eric7
changeset 10259
b51dfacef37f
parent 10070
9f5758c0fec1
child 10407
03b41b9bb392
equal deleted inserted replaced
10258:e7764f992a01 10259:b51dfacef37f
94 <td><a href="#PytestExecutor.start">start</a></td> 94 <td><a href="#PytestExecutor.start">start</a></td>
95 <td>Public method to start the testing process.</td> 95 <td>Public method to start the testing process.</td>
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></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> 101 <tr>
102 <td><a href="#PytestExecutor.supportsPatterns">supportsPatterns</a></td> 102 <td><a href="#PytestExecutor.supportsPatterns">supportsPatterns</a></td>
103 <td></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> 104 </tr>
105 </table> 105 </table>
106 <h3>Static Methods</h3> 106 <h3>Static Methods</h3>
107 107
108 <table> 108 <table>
337 </dl> 337 </dl>
338 <a NAME="PytestExecutor.supportsMarkers" ID="PytestExecutor.supportsMarkers"></a> 338 <a NAME="PytestExecutor.supportsMarkers" ID="PytestExecutor.supportsMarkers"></a>
339 <h4>PytestExecutor.supportsMarkers</h4> 339 <h4>PytestExecutor.supportsMarkers</h4>
340 <b>supportsMarkers</b>(<i>interpreter</i>) 340 <b>supportsMarkers</b>(<i>interpreter</i>)
341 341
342 <p>
343 Public method to indicate the support for test filtering using markers and/or
344 marker expressions.
345 </p>
346 <dl>
347
348 <dt><i>interpreter</i> (str)</dt>
349 <dd>
350 interpreter to be used for the test
351 </dd>
352 </dl>
353 <dl>
354 <dt>Return:</dt>
355 <dd>
356 flag indicating support of markers
357 </dd>
358 </dl>
359 <dl>
360 <dt>Return Type:</dt>
361 <dd>
362 bool
363 </dd>
364 </dl>
342 <a NAME="PytestExecutor.supportsPatterns" ID="PytestExecutor.supportsPatterns"></a> 365 <a NAME="PytestExecutor.supportsPatterns" ID="PytestExecutor.supportsPatterns"></a>
343 <h4>PytestExecutor.supportsPatterns</h4> 366 <h4>PytestExecutor.supportsPatterns</h4>
344 <b>supportsPatterns</b>(<i>interpreter</i>) 367 <b>supportsPatterns</b>(<i>interpreter</i>)
345 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>
346 <div align="right"><a href="#top">Up</a></div> 392 <div align="right"><a href="#top">Up</a></div>
347 <hr /> 393 <hr />
348 </body></html> 394 </body></html>

eric ide

mercurial