MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / test_eleven

Method test_eleven

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

Source from the content-addressed store, hash-verified

1595 self._test(connection, t.c.dt + t.c.tm)
1596
1597 def test_eleven(self, connection):
1598 self._test(
1599 connection,
1600 func.current_timestamp() - func.current_timestamp(),
1601 {"year": 0, "month": 0, "day": 0, "hour": 0},
1602 )
1603
1604 def test_twelve(self, connection):
1605 t = self.tables.t

Callers

nothing calls this directly

Calls 2

_testMethod · 0.95
current_timestampMethod · 0.80

Tested by

no test coverage detected