MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / test_determine_direction_o2m

Method test_determine_direction_o2m

test/orm/test_rel_fn.py:1041–1043  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1039 is_(joincond.direction, ONETOMANY)
1040
1041 def test_determine_direction_o2m(self):
1042 joincond = self._join_fixture_o2m()
1043 is_(joincond.direction, ONETOMANY)
1044
1045 def test_determine_direction_o2m_selfref(self):
1046 joincond = self._join_fixture_o2m_selfref()

Callers

nothing calls this directly

Calls 2

is_Function · 0.90
_join_fixture_o2mMethod · 0.80

Tested by

no test coverage detected