MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / test_six

Method test_six

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

Source from the content-addressed store, hash-verified

1555 )
1556
1557 def test_six(self, connection):
1558 t = self.tables.t
1559 self._test(
1560 connection,
1561 t.c.tm + datetime.timedelta(seconds=30),
1562 "time",
1563 overrides={"second": 55},
1564 )
1565
1566 def test_seven(self, connection):
1567 self._test(

Callers

nothing calls this directly

Calls 1

_testMethod · 0.95

Tested by

no test coverage detected