101 <tr> |
101 <tr> |
102 <td><a href="#PytestExecutor.start">start</a></td> |
102 <td><a href="#PytestExecutor.start">start</a></td> |
103 <td>Public method to start the testing process.</td> |
103 <td>Public method to start the testing process.</td> |
104 </tr> |
104 </tr> |
105 <tr> |
105 <tr> |
|
106 <td><a href="#PytestExecutor.startDebug">startDebug</a></td> |
|
107 <td>Public method to start the test run with debugger support.</td> |
|
108 </tr> |
|
109 <tr> |
106 <td><a href="#PytestExecutor.supportsMarkers">supportsMarkers</a></td> |
110 <td><a href="#PytestExecutor.supportsMarkers">supportsMarkers</a></td> |
107 <td>Public method to indicate the support for test filtering using markers and/or marker expressions.</td> |
111 <td>Public method to indicate the support for test filtering using markers and/or marker expressions.</td> |
108 </tr> |
112 </tr> |
109 <tr> |
113 <tr> |
110 <td><a href="#PytestExecutor.supportsPatterns">supportsPatterns</a></td> |
114 <td><a href="#PytestExecutor.supportsPatterns">supportsPatterns</a></td> |
385 <dt><i>pythonpath</i> (list of str)</dt> |
389 <dt><i>pythonpath</i> (list of str)</dt> |
386 <dd> |
390 <dd> |
387 list of directories to be added to the Python path |
391 list of directories to be added to the Python path |
388 </dd> |
392 </dd> |
389 </dl> |
393 </dl> |
|
394 <a NAME="PytestExecutor.startDebug" ID="PytestExecutor.startDebug"></a> |
|
395 <h4>PytestExecutor.startDebug</h4> |
|
396 <b>startDebug</b>(<i>config, pythonpath, debugger</i>) |
|
397 |
|
398 <p> |
|
399 Public method to start the test run with debugger support. |
|
400 </p> |
|
401 <dl> |
|
402 |
|
403 <dt><i>config</i> (TestConfig)</dt> |
|
404 <dd> |
|
405 configuration for the test execution |
|
406 </dd> |
|
407 <dt><i>pythonpath</i> (list of str)</dt> |
|
408 <dd> |
|
409 list of directories to be added to the Python path |
|
410 </dd> |
|
411 <dt><i>debugger</i> (DebugUI)</dt> |
|
412 <dd> |
|
413 refference to the debugger interface |
|
414 </dd> |
|
415 </dl> |
390 <a NAME="PytestExecutor.supportsMarkers" ID="PytestExecutor.supportsMarkers"></a> |
416 <a NAME="PytestExecutor.supportsMarkers" ID="PytestExecutor.supportsMarkers"></a> |
391 <h4>PytestExecutor.supportsMarkers</h4> |
417 <h4>PytestExecutor.supportsMarkers</h4> |
392 <b>supportsMarkers</b>(<i>interpreter</i>) |
418 <b>supportsMarkers</b>(<i>interpreter</i>) |
393 |
419 |
394 <p> |
420 <p> |