MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / test_six

Method test_six

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

Source from the content-addressed store, hash-verified

1538 )
1539
1540 def test_six(self):
1541 self.assert_compile(
1542 or_(false(), true()), "1 = 1", dialect=self._dialect(False)
1543 )
1544
1545 def test_seven_a(self):
1546 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