MCPcopy Index your code
hub / github.com/sqlalchemy/sqlalchemy / test_unmapped_instance

Method test_unmapped_instance

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

Source from the content-addressed store, hash-verified

2649 Session(join_transaction_mode="bogus")
2650
2651 def test_unmapped_instance(self):
2652 class Unmapped:
2653 pass
2654
2655 self._test_instance_guards(Unmapped())
2656 self._test_class_guards(Unmapped)
2657
2658 def test_unmapped_primitives(self):
2659 for prim in ("doh", 123, ("t", "u", "p", "l", "e")):

Callers

nothing calls this directly

Calls 3

_test_instance_guardsMethod · 0.95
_test_class_guardsMethod · 0.95
UnmappedClass · 0.85

Tested by

no test coverage detected