Debugger/DebugProtocol.py

changeset 1166
a94b0a2fafd7
parent 945
8cd4d08fa9f6
child 1509
c0b5e693b0eb
equal deleted inserted replaced
1163:0155e7aa345d 1166:a94b0a2fafd7
64 ResponseUTPrepared = '>UTPrepared<' 64 ResponseUTPrepared = '>UTPrepared<'
65 ResponseUTStartTest = '>UTStartTest<' 65 ResponseUTStartTest = '>UTStartTest<'
66 ResponseUTStopTest = '>UTStopTest<' 66 ResponseUTStopTest = '>UTStopTest<'
67 ResponseUTTestFailed = '>UTTestFailed<' 67 ResponseUTTestFailed = '>UTTestFailed<'
68 ResponseUTTestErrored = '>UTTestErrored<' 68 ResponseUTTestErrored = '>UTTestErrored<'
69 ResponseUTTestSkipped = '>UTTestSkipped<'
70 ResponseUTTestFailedExpected = '>UTTestFailedExpected<'
71 ResponseUTTestSucceededUnexpected = '>UTTestSucceededUnexpected<'
69 ResponseUTFinished = '>UTFinished<' 72 ResponseUTFinished = '>UTFinished<'
70 ResponseForkTo = RequestForkTo 73 ResponseForkTo = RequestForkTo
71 74
72 PassiveStartup = '>PassiveStartup<' 75 PassiveStartup = '>PassiveStartup<'
73 76

eric ide

mercurial