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

Method test_two

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

Source from the content-addressed store, hash-verified

1440 self._test(connection, t.c.dtme, "all")
1441
1442 def test_two(self, connection):
1443 t = self.tables.t
1444 self._test(
1445 connection,
1446 t.c.dtme + t.c.intv,
1447 overrides={"epoch": 1336652695.0, "minute": 24},
1448 )
1449
1450 def test_three(self, connection):
1451 self.tables.t

Callers

nothing calls this directly

Calls 1

_testMethod · 0.95

Tested by

no test coverage detected