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

branch
eric7
changeset 10259
b51dfacef37f
parent 10070
9f5758c0fec1
child 10407
03b41b9bb392
equal deleted inserted replaced
10258:e7764f992a01 10259:b51dfacef37f
74 <td><a href="#UnittestExecutor.getVersions">getVersions</a></td> 74 <td><a href="#UnittestExecutor.getVersions">getVersions</a></td>
75 <td>Public method to get the test framework version and version information of its installed plugins.</td> 75 <td>Public method to get the test framework version and version information of its installed plugins.</td>
76 </tr> 76 </tr>
77 <tr> 77 <tr>
78 <td><a href="#UnittestExecutor.hasCoverage">hasCoverage</a></td> 78 <td><a href="#UnittestExecutor.hasCoverage">hasCoverage</a></td>
79 <td></td> 79 <td>Public method to get the test framework version and version information of its installed plugins.</td>
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> 85 <tr>
86 <td><a href="#UnittestExecutor.supportsPatterns">supportsPatterns</a></td> 86 <td><a href="#UnittestExecutor.supportsPatterns">supportsPatterns</a></td>
87 <td></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> 88 </tr>
89 </table> 89 </table>
90 <h3>Static Methods</h3> 90 <h3>Static Methods</h3>
91 91
92 <table> 92 <table>
188 </dl> 188 </dl>
189 <a NAME="UnittestExecutor.hasCoverage" ID="UnittestExecutor.hasCoverage"></a> 189 <a NAME="UnittestExecutor.hasCoverage" ID="UnittestExecutor.hasCoverage"></a>
190 <h4>UnittestExecutor.hasCoverage</h4> 190 <h4>UnittestExecutor.hasCoverage</h4>
191 <b>hasCoverage</b>(<i>interpreter</i>) 191 <b>hasCoverage</b>(<i>interpreter</i>)
192 192
193 <p>
194 Public method to get the test framework version and version information
195 of its installed plugins.
196 </p>
197 <dl>
198
199 <dt><i>interpreter</i> (str)</dt>
200 <dd>
201 interpreter to be used for the test
202 </dd>
203 </dl>
204 <dl>
205 <dt>Return:</dt>
206 <dd>
207 flag indicating the availability of coverage functionality
208 </dd>
209 </dl>
210 <dl>
211 <dt>Return Type:</dt>
212 <dd>
213 bool
214 </dd>
215 </dl>
193 <a NAME="UnittestExecutor.start" ID="UnittestExecutor.start"></a> 216 <a NAME="UnittestExecutor.start" ID="UnittestExecutor.start"></a>
194 <h4>UnittestExecutor.start</h4> 217 <h4>UnittestExecutor.start</h4>
195 <b>start</b>(<i>config, pythonpath</i>) 218 <b>start</b>(<i>config, pythonpath</i>)
196 219
197 <p> 220 <p>
210 </dl> 233 </dl>
211 <a NAME="UnittestExecutor.supportsPatterns" ID="UnittestExecutor.supportsPatterns"></a> 234 <a NAME="UnittestExecutor.supportsPatterns" ID="UnittestExecutor.supportsPatterns"></a>
212 <h4>UnittestExecutor.supportsPatterns</h4> 235 <h4>UnittestExecutor.supportsPatterns</h4>
213 <b>supportsPatterns</b>(<i>interpreter</i>) 236 <b>supportsPatterns</b>(<i>interpreter</i>)
214 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>
215 <div align="right"><a href="#top">Up</a></div> 261 <div align="right"><a href="#top">Up</a></div>
216 <hr /> 262 <hr />
217 </body></html> 263 </body></html>

eric ide

mercurial