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

branch
eric7
changeset 10415
af9a6dac2611
parent 10407
03b41b9bb392
child 10428
a071d4065202
equal deleted inserted replaced
10414:7c6bd2366602 10415:af9a6dac2611
85 <tr> 85 <tr>
86 <td><a href="#UnittestExecutor.start">start</a></td> 86 <td><a href="#UnittestExecutor.start">start</a></td>
87 <td>Public method to start the testing process.</td> 87 <td>Public method to start the testing process.</td>
88 </tr> 88 </tr>
89 <tr> 89 <tr>
90 <td><a href="#UnittestExecutor.startDebug">startDebug</a></td>
91 <td>Public method to start the test run with debugger support.</td>
92 </tr>
93 <tr>
90 <td><a href="#UnittestExecutor.supportsPatterns">supportsPatterns</a></td> 94 <td><a href="#UnittestExecutor.supportsPatterns">supportsPatterns</a></td>
91 <td>Public method to indicate the support for test filtering using test name patterns or a test name pattern expression.</td> 95 <td>Public method to indicate the support for test filtering using test name patterns or a test name pattern expression.</td>
92 </tr> 96 </tr>
93 </table> 97 </table>
94 <h3>Static Methods</h3> 98 <h3>Static Methods</h3>
251 <dt><i>pythonpath</i> (list of str)</dt> 255 <dt><i>pythonpath</i> (list of str)</dt>
252 <dd> 256 <dd>
253 list of directories to be added to the Python path 257 list of directories to be added to the Python path
254 </dd> 258 </dd>
255 </dl> 259 </dl>
260 <a NAME="UnittestExecutor.startDebug" ID="UnittestExecutor.startDebug"></a>
261 <h4>UnittestExecutor.startDebug</h4>
262 <b>startDebug</b>(<i>config, pythonpath, debugger</i>)
263
264 <p>
265 Public method to start the test run with debugger support.
266 </p>
267 <dl>
268
269 <dt><i>config</i> (TestConfig)</dt>
270 <dd>
271 configuration for the test execution
272 </dd>
273 <dt><i>pythonpath</i> (list of str)</dt>
274 <dd>
275 list of directories to be added to the Python path
276 </dd>
277 <dt><i>debugger</i> (DebugUI)</dt>
278 <dd>
279 refference to the debugger interface
280 </dd>
281 </dl>
256 <a NAME="UnittestExecutor.supportsPatterns" ID="UnittestExecutor.supportsPatterns"></a> 282 <a NAME="UnittestExecutor.supportsPatterns" ID="UnittestExecutor.supportsPatterns"></a>
257 <h4>UnittestExecutor.supportsPatterns</h4> 283 <h4>UnittestExecutor.supportsPatterns</h4>
258 <b>supportsPatterns</b>(<i>interpreter</i>) 284 <b>supportsPatterns</b>(<i>interpreter</i>)
259 285
260 <p> 286 <p>

eric ide

mercurial