MCPcopy Create free account
hub / github.com/sqlalchemy/sqlalchemy / test_missing_state

Method test_missing_state

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

Source from the content-addressed store, hash-verified

2274 # no class guards- it would pass.
2275
2276 def test_missing_state(self):
2277 class Mapped:
2278 pass
2279
2280 early = Mapped()
2281 self._map_it(Mapped)
2282
2283 self._test_instance_guards(early)
2284 self._test_class_guards(early, is_class=False)
2285
2286 def test_refresh_arg_signature(self):
2287 class Mapped:

Callers

nothing calls this directly

Calls 4

_map_itMethod · 0.95
_test_instance_guardsMethod · 0.95
_test_class_guardsMethod · 0.95
MappedClass · 0.70

Tested by

no test coverage detected