MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / test_four

Method test_four

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

Source from the content-addressed store, hash-verified

1534 )
1535
1536 def test_four(self, connection):
1537 t = self.tables.t
1538 self._test(
1539 connection,
1540 datetime.timedelta(days=5) + t.c.dt,
1541 overrides={
1542 "day": 15,
1543 "epoch": 1337040000.0,
1544 "hour": 0,
1545 "minute": 0,
1546 },
1547 )
1548
1549 def test_five(self, connection):
1550 t = self.tables.t

Callers

nothing calls this directly

Calls 1

_testMethod · 0.95

Tested by

no test coverage detected