(self, connection)
| 1580 | ) |
| 1581 | |
| 1582 | def test_eight(self, connection): |
| 1583 | t = self.tables.t |
| 1584 | self._test( |
| 1585 | connection, |
| 1586 | t.c.tm + datetime.timedelta(seconds=30), |
| 1587 | {"hour": 12, "minute": 15, "second": 55}, |
| 1588 | ) |
| 1589 | |
| 1590 | def test_nine(self, connection): |
| 1591 | self._test(connection, text("t.dt + t.tm")) |