(self, connection)
| 1510 | ) |
| 1511 | |
| 1512 | def test_eight(self, connection): |
| 1513 | t = self.tables.t |
| 1514 | self._test( |
| 1515 | connection, |
| 1516 | t.c.tm + datetime.timedelta(seconds=30), |
| 1517 | {"hour": 12, "minute": 15, "second": 55}, |
| 1518 | ) |
| 1519 | |
| 1520 | def test_nine(self, connection): |
| 1521 | self._test(connection, text("t.dt + t.tm")) |