MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / test_leg_pers_r1_r2

Method test_leg_pers_r1_r2

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

Source from the content-addressed store, hash-verified

3725 assert mapper._is_orphan(state)
3726
3727 def test_leg_pers_r1_r2(self):
3728 c1 = self._fixture(True, True, True, True)
3729
3730 self._assert_not_orphan(c1)
3731
3732 def test_current_pers_r1_r2(self):
3733 c1 = self._fixture(False, True, True, True)

Callers

nothing calls this directly

Calls 2

_fixtureMethod · 0.95
_assert_not_orphanMethod · 0.95

Tested by

no test coverage detected