MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / teardown_test

Method teardown_test

test/engine/test_execute.py:2880–2882  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2878 __sparse_driver_backend__ = True
2879
2880 def teardown_test(self):
2881 Engine.dispatch._clear()
2882 Engine._has_events = False
2883
2884 def test_handle_error(self):
2885 engine = engines.testing_engine()

Callers

nothing calls this directly

Calls 1

_clearMethod · 0.45

Tested by

no test coverage detected