MCPcopy Create free account
hub / github.com/zzzeek/sqlalchemy / test_constants_are_singleton

Method test_constants_are_singleton

test/sql/test_operators.py:1765–1768  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1763 )
1764
1765 def test_constants_are_singleton(self):
1766 is_(null(), null())
1767 is_(false(), false())
1768 is_(true(), true())
1769
1770 def test_constant_render_distinct(self):
1771 self.assert_compile(

Callers

nothing calls this directly

Calls 4

is_Function · 0.90
nullFunction · 0.90
falseFunction · 0.90
trueFunction · 0.90

Tested by

no test coverage detected