MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / test_eight

Method test_eight

test/dialect/postgresql/test_query.py:1582–1588  ·  view source on GitHub ↗
(self, connection)

Source from the content-addressed store, hash-verified

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"))

Callers

nothing calls this directly

Calls 1

_testMethod · 0.95

Tested by

no test coverage detected