MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / assert_all_closed

Method assert_all_closed

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

Source from the content-addressed store, hash-verified

180 self._drop_testing_engines(scope)
181
182 def assert_all_closed(self):
183 for rec in self.proxy_refs:
184 if rec.is_valid:
185 assert False
186
187
188testing_reaper = ConnectionKiller()

Callers 3

_test_overflowMethod · 0.95
assert_conns_closedFunction · 0.80

Calls

no outgoing calls

Tested by 1

_test_overflowMethod · 0.76