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

Method test_entity_boolean

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

Source from the content-addressed store, hash-verified

714 )
715
716 def test_entity_boolean(self):
717 umapper = inspect(self.classes.User)
718 path = PathRegistry.coerce((umapper,))
719 is_(bool(path), True)
720
721 def test_key_boolean(self):
722 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