(self, connection)
| 1534 | ) |
| 1535 | |
| 1536 | def test_four(self, connection): |
| 1537 | t = self.tables.t |
| 1538 | self._test( |
| 1539 | connection, |
| 1540 | datetime.timedelta(days=5) + t.c.dt, |
| 1541 | overrides={ |
| 1542 | "day": 15, |
| 1543 | "epoch": 1337040000.0, |
| 1544 | "hour": 0, |
| 1545 | "minute": 0, |
| 1546 | }, |
| 1547 | ) |
| 1548 | |
| 1549 | def test_five(self, connection): |
| 1550 | t = self.tables.t |