MCPcopy Create free account
hub / github.com/sqlalchemy/sqlalchemy / test_six

Method test_six

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

Source from the content-addressed store, hash-verified

1386 )
1387
1388 def test_six(self):
1389 self.assert_compile(
1390 or_(false(), true()), "1 = 1", dialect=self._dialect(False)
1391 )
1392
1393 def test_seven_a(self):
1394 t1 = table("t1", column("a"))

Callers

nothing calls this directly

Calls 5

_dialectMethod · 0.95
or_Function · 0.90
falseFunction · 0.90
trueFunction · 0.90
assert_compileMethod · 0.80

Tested by

no test coverage detected