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

Method tearDown

web/pgadmin/tools/psql/tests/test_psql_input.py:145–152  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

143 self.test_client.get_received('/pty')
144
145 def tearDown(self):
146 connection = utils.get_db_connection(self.server['db'],
147 self.server['username'],
148 self.server['db_password'],
149 self.server['host'],
150 self.server['port'])
151 utils.drop_database(connection, self.db_name)
152 connection.close()

Callers

nothing calls this directly

Calls 2

get_db_connectionMethod · 0.80
closeMethod · 0.45

Tested by

no test coverage detected