MCPcopy Create free account
hub / github.com/pgadmin-org/pgadmin4 / close_debugger

Function close_debugger

web/pgadmin/tools/debugger/tests/utils.py:41–46  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

39
40
41def 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
49def abort_debugger(self):

Callers 4

initialize_targetFunction · 0.85
start_listenerFunction · 0.85
messagesFunction · 0.85
start_executionFunction · 0.85

Calls 1

deleteMethod · 0.45

Tested by

no test coverage detected