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

branch
eric7
changeset 9311
8e588f403fd9
parent 9209
b99e7fd55fd3
child 9313
6bac6775abb2
equal deleted inserted replaced
9310:8ab45a4a6d96 9311:8e588f403fd9
77 <tr> 77 <tr>
78 <td><a href="#PytestExecutor.finished">finished</a></td> 78 <td><a href="#PytestExecutor.finished">finished</a></td>
79 <td>Public method handling the unit test process been finished.</td> 79 <td>Public method handling the unit test process been finished.</td>
80 </tr> 80 </tr>
81 <tr> 81 <tr>
82 <td><a href="#PytestExecutor.getMarkers">getMarkers</a></td>
83 <td>Public method to get the list of defined markers.</td>
84 </tr>
85 <tr>
82 <td><a href="#PytestExecutor.getVersions">getVersions</a></td> 86 <td><a href="#PytestExecutor.getVersions">getVersions</a></td>
83 <td>Public method to get the test framework version and version information of its installed plugins.</td> 87 <td>Public method to get the test framework version and version information of its installed plugins.</td>
84 </tr> 88 </tr>
85 <tr> 89 <tr>
86 <td><a href="#PytestExecutor.hasCoverage">hasCoverage</a></td> 90 <td><a href="#PytestExecutor.hasCoverage">hasCoverage</a></td>
87 <td>Public method to get the test framework version and version information of its installed plugins.</td> 91 <td>Public method to get the test framework version and version information of its installed plugins.</td>
88 </tr> 92 </tr>
89 <tr> 93 <tr>
90 <td><a href="#PytestExecutor.start">start</a></td> 94 <td><a href="#PytestExecutor.start">start</a></td>
91 <td>Public method to start the testing process.</td> 95 <td>Public method to start the testing process.</td>
96 </tr>
97 <tr>
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>
92 </tr> 100 </tr>
93 </table> 101 </table>
94 <h3>Static Methods</h3> 102 <h3>Static Methods</h3>
95 103
96 <table> 104 <table>
217 </p> 225 </p>
218 <p> 226 <p>
219 This method should read the results (if necessary) and emit the signal 227 This method should read the results (if necessary) and emit the signal
220 testFinished. 228 testFinished.
221 </p> 229 </p>
230 <a NAME="PytestExecutor.getMarkers" ID="PytestExecutor.getMarkers"></a>
231 <h4>PytestExecutor.getMarkers</h4>
232 <b>getMarkers</b>(<i>interpreter, workdir</i>)
233
234 <p>
235 Public method to get the list of defined markers.
236 </p>
237 <dl>
238
239 <dt><i>interpreter</i> (str)</dt>
240 <dd>
241 interpreter to be used for the test
242 </dd>
243 <dt><i>workdir</i> (str)</dt>
244 <dd>
245 name of the working directory
246 </dd>
247 </dl>
248 <dl>
249 <dt>Return:</dt>
250 <dd>
251 dictionary containing the marker as key and the associated description
252 as value
253 </dd>
254 </dl>
255 <dl>
256 <dt>Return Type:</dt>
257 <dd>
258 dict
259 </dd>
260 </dl>
222 <a NAME="PytestExecutor.getVersions" ID="PytestExecutor.getVersions"></a> 261 <a NAME="PytestExecutor.getVersions" ID="PytestExecutor.getVersions"></a>
223 <h4>PytestExecutor.getVersions</h4> 262 <h4>PytestExecutor.getVersions</h4>
224 <b>getVersions</b>(<i>interpreter</i>) 263 <b>getVersions</b>(<i>interpreter</i>)
225 264
226 <p> 265 <p>
290 <dt><i>pythonpath</i> (list of str)</dt> 329 <dt><i>pythonpath</i> (list of str)</dt>
291 <dd> 330 <dd>
292 list of directories to be added to the Python path 331 list of directories to be added to the Python path
293 </dd> 332 </dd>
294 </dl> 333 </dl>
334 <a NAME="PytestExecutor.supportsMarkers" ID="PytestExecutor.supportsMarkers"></a>
335 <h4>PytestExecutor.supportsMarkers</h4>
336 <b>supportsMarkers</b>(<i>interpreter</i>)
337
338 <p>
339 Public method to indicate the support for test filtering using markers and/or
340 marker expressions.
341 </p>
342 <dl>
343
344 <dt><i>interpreter</i> (str)</dt>
345 <dd>
346 interpreter to be used for the test
347 </dd>
348 </dl>
349 <dl>
350 <dt>Return:</dt>
351 <dd>
352 flag indicating support of markers
353 </dd>
354 </dl>
355 <dl>
356 <dt>Return Type:</dt>
357 <dd>
358 bool
359 </dd>
360 </dl>
295 <div align="right"><a href="#top">Up</a></div> 361 <div align="right"><a href="#top">Up</a></div>
296 <hr /> 362 <hr />
297 </body></html> 363 </body></html>

eric ide

mercurial