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

branch
eric7
changeset 9313
6bac6775abb2
parent 9209
b99e7fd55fd3
child 10070
9f5758c0fec1
equal deleted inserted replaced
9312:490f9539e535 9313:6bac6775abb2
80 </tr> 80 </tr>
81 <tr> 81 <tr>
82 <td><a href="#UnittestExecutor.start">start</a></td> 82 <td><a href="#UnittestExecutor.start">start</a></td>
83 <td>Public method to start the testing process.</td> 83 <td>Public method to start the testing process.</td>
84 </tr> 84 </tr>
85 <tr>
86 <td><a href="#UnittestExecutor.supportsPatterns">supportsPatterns</a></td>
87 <td>Public method to indicate the support for test filtering using test name patterns or a test name pattern expression.</td>
88 </tr>
85 </table> 89 </table>
86 <h3>Static Methods</h3> 90 <h3>Static Methods</h3>
87 91
88 <table> 92 <table>
89 <tr><td>None</td></tr> 93 <tr><td>None</td></tr>
225 <dt><i>pythonpath</i> (list of str)</dt> 229 <dt><i>pythonpath</i> (list of str)</dt>
226 <dd> 230 <dd>
227 list of directories to be added to the Python path 231 list of directories to be added to the Python path
228 </dd> 232 </dd>
229 </dl> 233 </dl>
234 <a NAME="UnittestExecutor.supportsPatterns" ID="UnittestExecutor.supportsPatterns"></a>
235 <h4>UnittestExecutor.supportsPatterns</h4>
236 <b>supportsPatterns</b>(<i>interpreter</i>)
237
238 <p>
239 Public method to indicate the support for test filtering using test name
240 patterns or a test name pattern expression.
241 </p>
242 <dl>
243
244 <dt><i>interpreter</i> (str)</dt>
245 <dd>
246 interpreter to be used for the test
247 </dd>
248 </dl>
249 <dl>
250 <dt>Return:</dt>
251 <dd>
252 flag indicating support of markers
253 </dd>
254 </dl>
255 <dl>
256 <dt>Return Type:</dt>
257 <dd>
258 bool
259 </dd>
260 </dl>
230 <div align="right"><a href="#top">Up</a></div> 261 <div align="right"><a href="#top">Up</a></div>
231 <hr /> 262 <hr />
232 </body></html> 263 </body></html>

eric ide

mercurial