MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / test_entity_boolean

Method test_entity_boolean

test/orm/test_utils.py:700–703  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

698 )
699
700 def test_entity_boolean(self):
701 umapper = inspect(self.classes.User)
702 path = PathRegistry.coerce((umapper,))
703 is_(bool(path), True)
704
705 def test_key_boolean(self):
706 umapper = inspect(self.classes.User)

Callers

nothing calls this directly

Calls 3

inspectFunction · 0.90
is_Function · 0.90
coerceMethod · 0.45

Tested by

no test coverage detected