MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / test_default_value

Method test_default_value

test/orm/test_composites.py:641–646  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

639 assert e.start == Point(3, 4)
640
641 def test_default_value(self):
642 Edge = self.classes.Edge
643 Point = self.classes.Point
644
645 e = Edge()
646 eq_(e.start, Point(None, None))
647
648 def test_no_name_declarative(self, decl_base, connection):
649 """test #7751"""

Callers

nothing calls this directly

Calls 3

eq_Function · 0.90
EdgeClass · 0.70
PointClass · 0.70

Tested by

no test coverage detected