DebugClients/Python/DebugProtocol.py

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

eric ide

mercurial