717 <dd> |
717 <dd> |
718 directory to start auto-discovery at |
718 directory to start auto-discovery at |
719 </dd> |
719 </dd> |
720 </dl><a NAME="DebuggerInterfacePython.remoteUTPrepare" ID="DebuggerInterfacePython.remoteUTPrepare"></a> |
720 </dl><a NAME="DebuggerInterfacePython.remoteUTPrepare" ID="DebuggerInterfacePython.remoteUTPrepare"></a> |
721 <h4>DebuggerInterfacePython.remoteUTPrepare</h4> |
721 <h4>DebuggerInterfacePython.remoteUTPrepare</h4> |
722 <b>remoteUTPrepare</b>(<i>fn, tn, tfn, failed, cov, covname, coverase, syspath, workdir, discover, discoveryStart, testCases</i>) |
722 <b>remoteUTPrepare</b>(<i>fn, tn, tfn, failed, cov, covname, coverase, syspath, workdir, discover, discoveryStart, testCases, debug</i>) |
723 <p> |
723 <p> |
724 Public method to prepare a new unittest run. |
724 Public method to prepare a new unittest run. |
725 </p><dl> |
725 </p><dl> |
726 <dt><i>fn</i> (str)</dt> |
726 <dt><i>fn</i> (str)</dt> |
727 <dd> |
727 <dd> |
759 <dd> |
759 <dd> |
760 directory to start auto-discovery at |
760 directory to start auto-discovery at |
761 </dd><dt><i>testCases</i> (list of str)</dt> |
761 </dd><dt><i>testCases</i> (list of str)</dt> |
762 <dd> |
762 <dd> |
763 list of test cases to be loaded |
763 list of test cases to be loaded |
|
764 </dd><dt><i>debug</i> (bool)</dt> |
|
765 <dd> |
|
766 flag indicating to run unittest with debugging |
764 </dd> |
767 </dd> |
765 </dl><a NAME="DebuggerInterfacePython.remoteUTRun" ID="DebuggerInterfacePython.remoteUTRun"></a> |
768 </dl><a NAME="DebuggerInterfacePython.remoteUTRun" ID="DebuggerInterfacePython.remoteUTRun"></a> |
766 <h4>DebuggerInterfacePython.remoteUTRun</h4> |
769 <h4>DebuggerInterfacePython.remoteUTRun</h4> |
767 <b>remoteUTRun</b>(<i></i>) |
770 <b>remoteUTRun</b>(<i>debug, failfast</i>) |
768 <p> |
771 <p> |
769 Public method to start a unittest run. |
772 Public method to start a unittest run. |
770 </p><a NAME="DebuggerInterfacePython.remoteUTStop" ID="DebuggerInterfacePython.remoteUTStop"></a> |
773 </p><dl> |
|
774 <dt><i>debug</i> (bool)</dt> |
|
775 <dd> |
|
776 flag indicating to run unittest with debugging |
|
777 </dd><dt><i>failfast</i> (bool)</dt> |
|
778 <dd> |
|
779 flag indicating to stop at the first error |
|
780 </dd> |
|
781 </dl><a NAME="DebuggerInterfacePython.remoteUTStop" ID="DebuggerInterfacePython.remoteUTStop"></a> |
771 <h4>DebuggerInterfacePython.remoteUTStop</h4> |
782 <h4>DebuggerInterfacePython.remoteUTStop</h4> |
772 <b>remoteUTStop</b>(<i></i>) |
783 <b>remoteUTStop</b>(<i></i>) |
773 <p> |
784 <p> |
774 Public method to stop a unittest run. |
785 Public method to stop a unittest run. |
775 </p><a NAME="DebuggerInterfacePython.remoteWatchpoint" ID="DebuggerInterfacePython.remoteWatchpoint"></a> |
786 </p><a NAME="DebuggerInterfacePython.remoteWatchpoint" ID="DebuggerInterfacePython.remoteWatchpoint"></a> |