MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / test_expire_all

Method test_expire_all

test/orm/test_session.py:2483–2484  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2481 self._test_session().expunge_all()
2482
2483 def test_expire_all(self):
2484 self._test_session().expire_all()
2485
2486 def test_rollback(self):
2487 sess = self._test_session(expire_on_commit=True)

Callers

nothing calls this directly

Calls 2

_test_sessionMethod · 0.95
expire_allMethod · 0.45

Tested by

no test coverage detected