MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / test_committed_value_init

Method test_committed_value_init

test/orm/test_attributes.py:1796–1801  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1794 )
1795
1796 def test_committed_value_init(self):
1797 Foo = self._fixture(
1798 uselist=False, useobject=False, active_history=False
1799 )
1800 f = Foo()
1801 eq_(self._someattr_committed_state(f), None)
1802
1803 def test_committed_value_set(self):
1804 Foo = self._fixture(

Callers

nothing calls this directly

Calls 4

_fixtureMethod · 0.95
eq_Function · 0.90
FooClass · 0.70

Tested by

no test coverage detected