Documentation/Source/eric6.Debugger.DebugServer.html

changeset 6904
3f35037a08d4
parent 6903
0d4e1033731b
equal deleted inserted replaced
6903:0d4e1033731b 6904:3f35037a08d4
81 received from the client 81 received from the client
82 </dd><dt>clientException(exception)</dt> 82 </dd><dt>clientException(exception)</dt>
83 <dd> 83 <dd>
84 emitted after an exception occured on 84 emitted after an exception occured on
85 the client side 85 the client side
86 </dd><dt>clientExit(int)</dt> 86 </dd><dt>clientExit(int, str, bool)</dt>
87 <dd> 87 <dd>
88 emitted with the exit status after the client has 88 emitted after the client has exited
89 exited 89 giving the exit status, an exit message and an indication to be quiet
90 </dd><dt>clientGone(bool)</dt> 90 </dd><dt>clientGone(bool)</dt>
91 <dd> 91 <dd>
92 emitted if the client went away (planned or 92 emitted if the client went away (planned or
93 unplanned) 93 unplanned)
94 </dd><dt>clientInterpreterChanged(str)</dt> 94 </dd><dt>clientInterpreterChanged(str)</dt>
907 <dd> 907 <dd>
908 exception message 908 exception message
909 </dd> 909 </dd>
910 </dl><a NAME="DebugServer.clientUtFinished" ID="DebugServer.clientUtFinished"></a> 910 </dl><a NAME="DebugServer.clientUtFinished" ID="DebugServer.clientUtFinished"></a>
911 <h4>DebugServer.clientUtFinished</h4> 911 <h4>DebugServer.clientUtFinished</h4>
912 <b>clientUtFinished</b>(<i></i>) 912 <b>clientUtFinished</b>(<i>status</i>)
913 <p> 913 <p>
914 Public method to process the client unit test finished info. 914 Public method to process the client unit test finished info.
915 </p><a NAME="DebugServer.clientUtPrepared" ID="DebugServer.clientUtPrepared"></a> 915 </p><dl>
916 <dt><i>status</i> (int)</dt>
917 <dd>
918 exit status of the unit test
919 </dd>
920 </dl><a NAME="DebugServer.clientUtPrepared" ID="DebugServer.clientUtPrepared"></a>
916 <h4>DebugServer.clientUtPrepared</h4> 921 <h4>DebugServer.clientUtPrepared</h4>
917 <b>clientUtPrepared</b>(<i>result, exceptionType, exceptionValue</i>) 922 <b>clientUtPrepared</b>(<i>result, exceptionType, exceptionValue</i>)
918 <p> 923 <p>
919 Public method to process the client unittest prepared info. 924 Public method to process the client unittest prepared info.
920 </p><dl> 925 </p><dl>
1592 <dd> 1597 <dd>
1593 directory to start auto-discovery at 1598 directory to start auto-discovery at
1594 </dd> 1599 </dd>
1595 </dl><a NAME="DebugServer.remoteUTPrepare" ID="DebugServer.remoteUTPrepare"></a> 1600 </dl><a NAME="DebugServer.remoteUTPrepare" ID="DebugServer.remoteUTPrepare"></a>
1596 <h4>DebugServer.remoteUTPrepare</h4> 1601 <h4>DebugServer.remoteUTPrepare</h4>
1597 <b>remoteUTPrepare</b>(<i>fn, tn, tfn, failed, cov, covname, coverase, clientType="", forProject=False, venvName="", syspath=None, workdir="", discover=False, discoveryStart="", testCases=None</i>) 1602 <b>remoteUTPrepare</b>(<i>fn, tn, tfn, failed, cov, covname, coverase, clientType="", forProject=False, venvName="", syspath=None, workdir="", discover=False, discoveryStart="", testCases=None, debug=False</i>)
1598 <p> 1603 <p>
1599 Public method to prepare a new unittest run. 1604 Public method to prepare a new unittest run.
1600 </p><dl> 1605 </p><dl>
1601 <dt><i>fn</i> (str)</dt> 1606 <dt><i>fn</i> (str)</dt>
1602 <dd> 1607 <dd>
1643 <dd> 1648 <dd>
1644 directory to start auto-discovery at 1649 directory to start auto-discovery at
1645 </dd><dt><i>testCases</i> (list of str)</dt> 1650 </dd><dt><i>testCases</i> (list of str)</dt>
1646 <dd> 1651 <dd>
1647 list of test cases to be loaded 1652 list of test cases to be loaded
1653 </dd><dt><i>debug</i> (bool)</dt>
1654 <dd>
1655 flag indicating to run unittest with debugging
1648 </dd> 1656 </dd>
1649 </dl><a NAME="DebugServer.remoteUTRun" ID="DebugServer.remoteUTRun"></a> 1657 </dl><a NAME="DebugServer.remoteUTRun" ID="DebugServer.remoteUTRun"></a>
1650 <h4>DebugServer.remoteUTRun</h4> 1658 <h4>DebugServer.remoteUTRun</h4>
1651 <b>remoteUTRun</b>(<i></i>) 1659 <b>remoteUTRun</b>(<i>debug=False, failfast=False</i>)
1652 <p> 1660 <p>
1653 Public method to start a unittest run. 1661 Public method to start a unittest run.
1654 </p><a NAME="DebugServer.remoteUTStop" ID="DebugServer.remoteUTStop"></a> 1662 </p><dl>
1663 <dt><i>debug</i> (bool)</dt>
1664 <dd>
1665 flag indicating to run unittest with debugging
1666 </dd><dt><i>failfast</i> (bool)</dt>
1667 <dd>
1668 flag indicating to stop at the first error
1669 </dd>
1670 </dl><a NAME="DebugServer.remoteUTStop" ID="DebugServer.remoteUTStop"></a>
1655 <h4>DebugServer.remoteUTStop</h4> 1671 <h4>DebugServer.remoteUTStop</h4>
1656 <b>remoteUTStop</b>(<i></i>) 1672 <b>remoteUTStop</b>(<i></i>)
1657 <p> 1673 <p>
1658 public method to stop a unittest run. 1674 public method to stop a unittest run.
1659 </p><a NAME="DebugServer.setCallTraceEnabled" ID="DebugServer.setCallTraceEnabled"></a> 1675 </p><a NAME="DebugServer.setCallTraceEnabled" ID="DebugServer.setCallTraceEnabled"></a>

eric ide

mercurial