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

Function delete_function

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

Source from the content-addressed store, hash-verified

11
12
13def delete_function(self, utils):
14 response = self.tester.delete(
15 '/browser/function/obj/' + str(utils.SERVER_GROUP) + '/' +
16 str(self.server_id) + '/' +
17 str(self.db_id) + '/' +
18 str(self.schema_id) + '/' + str(self.func_id),
19 content_type='html/json'
20 )
21
22 self.assertEqual(response.status_code, 200)
23
24
25def create_function(self, utils):

Callers 5

add_extensionFunction · 0.85
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