MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / test_passive_no_result

Method test_passive_no_result

test/orm/test_attributes.py:1029–1034  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1027 )
1028
1029 def test_passive_no_result(self):
1030 attr, state, dict_ = self._fixture(attributes.PASSIVE_NO_RESULT)
1031 eq_(
1032 attr.get(state, dict_, passive=attributes.PASSIVE_NO_INITIALIZE),
1033 attributes.PASSIVE_NO_RESULT,
1034 )
1035
1036 def test_passive_no_result_no_value(self):
1037 attr, state, dict_ = self._fixture(attributes.NO_VALUE)

Callers

nothing calls this directly

Calls 3

_fixtureMethod · 0.95
eq_Function · 0.90
getMethod · 0.45

Tested by

no test coverage detected