MCPcopy Create free account
hub / github.com/sqlalchemy/sqlalchemy / test_eight

Method test_eight

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

_testMethod · 0.95

Tested by

no test coverage detected