MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / final_cleanup

Method final_cleanup

lib/sqlalchemy/testing/engines.py:177–180  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

175 self._dispose_testing_engines("global")
176
177 def final_cleanup(self):
178 self.checkin_all()
179 for scope in self.testing_engines:
180 self._drop_testing_engines(scope)
181
182 def assert_all_closed(self):
183 for rec in self.proxy_refs:

Callers 1

final_process_cleanupFunction · 0.80

Calls 2

checkin_allMethod · 0.95
_drop_testing_enginesMethod · 0.95

Tested by

no test coverage detected