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

Method test_six

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

Source from the content-addressed store, hash-verified

1485 )
1486
1487 def test_six(self, connection):
1488 t = self.tables.t
1489 self._test(
1490 connection,
1491 t.c.tm + datetime.timedelta(seconds=30),
1492 "time",
1493 overrides={"second": 55},
1494 )
1495
1496 def test_seven(self, connection):
1497 self._test(

Callers

nothing calls this directly

Calls 1

_testMethod · 0.95

Tested by

no test coverage detected