MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / test_get_history

Method test_get_history

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

Source from the content-addressed store, hash-verified

1005 is_(A.value.class_, A._value.class_)
1006
1007 def test_get_history(self):
1008 A = self._fixture()
1009 inst = A(_value=5)
1010 eq_(A.value.get_history(inst), A._value.get_history(inst))
1011
1012 def test_info_not_mirrored(self):
1013 A = self._fixture()

Callers

nothing calls this directly

Calls 4

_fixtureMethod · 0.95
eq_Function · 0.90
AClass · 0.70
get_historyMethod · 0.45

Tested by

no test coverage detected