(self, connection)
| 1440 | self._test(connection, t.c.dtme, "all") |
| 1441 | |
| 1442 | def test_two(self, connection): |
| 1443 | t = self.tables.t |
| 1444 | self._test( |
| 1445 | connection, |
| 1446 | t.c.dtme + t.c.intv, |
| 1447 | overrides={"epoch": 1336652695.0, "minute": 24}, |
| 1448 | ) |
| 1449 | |
| 1450 | def test_three(self, connection): |
| 1451 | self.tables.t |