99 reported a skipped test |
99 reported a skipped test |
100 @signal utTestFailedExpected(testname, exc_info, id) emitted after the |
100 @signal utTestFailedExpected(testname, exc_info, id) emitted after the |
101 client reported an expected test failure |
101 client reported an expected test failure |
102 @signal utTestSucceededUnexpected(testname, id) emitted after the client |
102 @signal utTestSucceededUnexpected(testname, id) emitted after the client |
103 reported an unexpected test success |
103 reported an unexpected test success |
104 @signal callTraceInfo(isCall, fromFile, fromLine, fromFunction, toFile, |
104 @signal callTraceInfo emitted after the client reported the call trace |
105 toLine, toFunction) emitted after the client reported the call trace |
105 data (isCall, fromFile, fromLine, fromFunction, toFile, toLine, |
106 data |
106 toFunction) |
107 """ |
107 """ |
108 clientClearBreak = pyqtSignal(str, int) |
108 clientClearBreak = pyqtSignal(str, int) |
109 clientClearWatch = pyqtSignal(str) |
109 clientClearWatch = pyqtSignal(str) |
110 clientGone = pyqtSignal(bool) |
110 clientGone = pyqtSignal(bool) |
111 clientProcessStdout = pyqtSignal(str) |
111 clientProcessStdout = pyqtSignal(str) |