(self)
| 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")) |
nothing calls this directly
no test coverage detected