MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / test_current_pers_r1_r2

Method test_current_pers_r1_r2

test/orm/test_cascade.py:3732–3735  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

3730 self._assert_not_orphan(c1)
3731
3732 def test_current_pers_r1_r2(self):
3733 c1 = self._fixture(False, True, True, True)
3734
3735 self._assert_not_orphan(c1)
3736
3737 def test_leg_pers_r1_notr2(self):
3738 c1 = self._fixture(True, True, True, False)

Callers

nothing calls this directly

Calls 2

_fixtureMethod · 0.95
_assert_not_orphanMethod · 0.95

Tested by

no test coverage detected