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

Method teardown_test

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

Source from the content-addressed store, hash-verified

1763class EngineEventsTest(fixtures.TestBase):
1764
1765 def teardown_test(self):
1766 Engine.dispatch._clear()
1767 Engine._has_events = False
1768
1769 def _assert_stmts(self, expected, received):
1770 list(received)

Callers

nothing calls this directly

Calls 1

_clearMethod · 0.45

Tested by

no test coverage detected