(self, connection)
| 1477 | ) |
| 1478 | |
| 1479 | def test_five(self, connection): |
| 1480 | t = self.tables.t |
| 1481 | self._test( |
| 1482 | connection, |
| 1483 | func.coalesce(t.c.dtme, func.current_timestamp()), |
| 1484 | overrides={"epoch": 1336652125.0}, |
| 1485 | ) |
| 1486 | |
| 1487 | def test_six(self, connection): |
| 1488 | t = self.tables.t |
nothing calls this directly
no test coverage detected