1540 <b>remoteThreadList</b>(<i></i>) |
1540 <b>remoteThreadList</b>(<i></i>) |
1541 <p> |
1541 <p> |
1542 Public method to request the list of threads from the client. |
1542 Public method to request the list of threads from the client. |
1543 </p><a NAME="DebugServer.remoteUTPrepare" ID="DebugServer.remoteUTPrepare"></a> |
1543 </p><a NAME="DebugServer.remoteUTPrepare" ID="DebugServer.remoteUTPrepare"></a> |
1544 <h4>DebugServer.remoteUTPrepare</h4> |
1544 <h4>DebugServer.remoteUTPrepare</h4> |
1545 <b>remoteUTPrepare</b>(<i>fn, tn, tfn, failed, cov, covname, coverase, clientType=""</i>) |
1545 <b>remoteUTPrepare</b>(<i>fn, tn, tfn, failed, cov, covname, coverase, clientType="", forProject=False, venvName=""</i>) |
1546 <p> |
1546 <p> |
1547 Public method to prepare a new unittest run. |
1547 Public method to prepare a new unittest run. |
1548 </p><dl> |
1548 </p><dl> |
1549 <dt><i>fn</i></dt> |
1549 <dt><i>fn</i> (str)</dt> |
1550 <dd> |
1550 <dd> |
1551 the filename to load (string) |
1551 the filename to load |
1552 </dd><dt><i>tn</i></dt> |
1552 </dd><dt><i>tn</i> (str)</dt> |
1553 <dd> |
1553 <dd> |
1554 the testname to load (string) |
1554 the testname to load |
1555 </dd><dt><i>tfn</i></dt> |
1555 </dd><dt><i>tfn</i> (str)</dt> |
1556 <dd> |
1556 <dd> |
1557 the test function name to load tests from (string) |
1557 the test function name to load tests from |
1558 </dd><dt><i>failed</i></dt> |
1558 </dd><dt><i>failed</i> (list of str)</dt> |
1559 <dd> |
1559 <dd> |
1560 list of failed test, if only failed test should be run |
1560 list of failed test, if only failed test should be run |
1561 (list of strings) |
1561 </dd><dt><i>cov</i> (bool)</dt> |
1562 </dd><dt><i>cov</i></dt> |
|
1563 <dd> |
1562 <dd> |
1564 flag indicating collection of coverage data is requested |
1563 flag indicating collection of coverage data is requested |
1565 (boolean) |
1564 </dd><dt><i>covname</i> (str)</dt> |
1566 </dd><dt><i>covname</i></dt> |
|
1567 <dd> |
1565 <dd> |
1568 filename to be used to assemble the coverage caches |
1566 filename to be used to assemble the coverage caches |
1569 filename (string) |
1567 filename |
1570 </dd><dt><i>coverase</i></dt> |
1568 </dd><dt><i>coverase</i> (bool)</dt> |
1571 <dd> |
1569 <dd> |
1572 flag indicating erasure of coverage data is requested |
1570 flag indicating erasure of coverage data is requested |
1573 (boolean) |
1571 </dd><dt><i>clientType</i> (str)</dt> |
1574 </dd><dt><i>clientType=</i></dt> |
1572 <dd> |
1575 <dd> |
1573 client type to be used |
1576 client type to be used (string) |
1574 </dd><dt><i>forProject</i> (bool)</dt> |
|
1575 <dd> |
|
1576 flag indicating a project related action |
|
1577 </dd><dt><i>venvName</i> (str)</dt> |
|
1578 <dd> |
|
1579 name of a virtual environment |
1577 </dd> |
1580 </dd> |
1578 </dl><a NAME="DebugServer.remoteUTRun" ID="DebugServer.remoteUTRun"></a> |
1581 </dl><a NAME="DebugServer.remoteUTRun" ID="DebugServer.remoteUTRun"></a> |
1579 <h4>DebugServer.remoteUTRun</h4> |
1582 <h4>DebugServer.remoteUTRun</h4> |
1580 <b>remoteUTRun</b>(<i></i>) |
1583 <b>remoteUTRun</b>(<i></i>) |
1581 <p> |
1584 <p> |