412 refference to the debugger interface |
412 refference to the debugger interface |
413 </dd> |
413 </dd> |
414 </dl> |
414 </dl> |
415 <a NAME="PytestExecutor.supportsMarkers" ID="PytestExecutor.supportsMarkers"></a> |
415 <a NAME="PytestExecutor.supportsMarkers" ID="PytestExecutor.supportsMarkers"></a> |
416 <h4>PytestExecutor.supportsMarkers</h4> |
416 <h4>PytestExecutor.supportsMarkers</h4> |
417 <b>supportsMarkers</b>(<i>interpreter</i>) |
417 <b>supportsMarkers</b>(<i>_interpreter</i>) |
418 <p> |
418 <p> |
419 Public method to indicate the support for test filtering using markers and/or |
419 Public method to indicate the support for test filtering using markers and/or |
420 marker expressions. |
420 marker expressions. |
421 </p> |
421 </p> |
422 |
422 |
423 <dl> |
423 <dl> |
424 |
424 |
425 <dt><i>interpreter</i> (str)</dt> |
425 <dt><i>_interpreter</i> (str)</dt> |
426 <dd> |
426 <dd> |
427 interpreter to be used for the test |
427 interpreter to be used for the test (unused) |
428 </dd> |
428 </dd> |
429 </dl> |
429 </dl> |
430 <dl> |
430 <dl> |
431 <dt>Return:</dt> |
431 <dt>Return:</dt> |
432 <dd> |
432 <dd> |
439 bool |
439 bool |
440 </dd> |
440 </dd> |
441 </dl> |
441 </dl> |
442 <a NAME="PytestExecutor.supportsPatterns" ID="PytestExecutor.supportsPatterns"></a> |
442 <a NAME="PytestExecutor.supportsPatterns" ID="PytestExecutor.supportsPatterns"></a> |
443 <h4>PytestExecutor.supportsPatterns</h4> |
443 <h4>PytestExecutor.supportsPatterns</h4> |
444 <b>supportsPatterns</b>(<i>interpreter</i>) |
444 <b>supportsPatterns</b>(<i>_interpreter</i>) |
445 <p> |
445 <p> |
446 Public method to indicate the support for test filtering using test name |
446 Public method to indicate the support for test filtering using test name |
447 patterns or a test name pattern expression. |
447 patterns or a test name pattern expression. |
448 </p> |
448 </p> |
449 |
449 |
450 <dl> |
450 <dl> |
451 |
451 |
452 <dt><i>interpreter</i> (str)</dt> |
452 <dt><i>_interpreter</i> (str)</dt> |
453 <dd> |
453 <dd> |
454 interpreter to be used for the test |
454 interpreter to be used for the test (unused) |
455 </dd> |
455 </dd> |
456 </dl> |
456 </dl> |
457 <dl> |
457 <dl> |
458 <dt>Return:</dt> |
458 <dt>Return:</dt> |
459 <dd> |
459 <dd> |