(self, connection)
| 1547 | ) |
| 1548 | |
| 1549 | def test_five(self, connection): |
| 1550 | t = self.tables.t |
| 1551 | self._test( |
| 1552 | connection, |
| 1553 | func.coalesce(t.c.dtme, func.current_timestamp()), |
| 1554 | overrides={"epoch": 1336652125.0}, |
| 1555 | ) |
| 1556 | |
| 1557 | def test_six(self, connection): |
| 1558 | t = self.tables.t |
nothing calls this directly
no test coverage detected