MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / test_class

Method test_class

test/ext/test_hybrid.py:1003–1005  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1001 eq_(A._value.key, "_value")
1002
1003 def test_class(self):
1004 A = self._fixture()
1005 is_(A.value.class_, A._value.class_)
1006
1007 def test_get_history(self):
1008 A = self._fixture()

Callers

nothing calls this directly

Calls 2

_fixtureMethod · 0.95
is_Function · 0.90

Tested by

no test coverage detected