(self, connection)
| 1510 | self._test(connection, t.c.dtme, "all") |
| 1511 | |
| 1512 | def test_two(self, connection): |
| 1513 | t = self.tables.t |
| 1514 | self._test( |
| 1515 | connection, |
| 1516 | t.c.dtme + t.c.intv, |
| 1517 | overrides={"epoch": 1336652695.0, "minute": 24}, |
| 1518 | ) |
| 1519 | |
| 1520 | def test_three(self, connection): |
| 1521 | self.tables.t |