(self)
| 39 | |
| 40 | |
| 41 | def close_debugger(self): |
| 42 | response = self.tester.delete( |
| 43 | 'debugger/close/' + str(self.trans_id), |
| 44 | content_type='application/json') |
| 45 | |
| 46 | self.assertEqual(response.status_code, 200) |
| 47 | |
| 48 | |
| 49 | def abort_debugger(self): |
no test coverage detected