MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / test_two

Method test_two

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

Source from the content-addressed store, hash-verified

1510 self._test(connection, t.c.dtme, "all")
1511
1512 def test_two(self, connection):
1513 t = self.tables.t
1514 self._test(
1515 connection,
1516 t.c.dtme + t.c.intv,
1517 overrides={"epoch": 1336652695.0, "minute": 24},
1518 )
1519
1520 def test_three(self, connection):
1521 self.tables.t

Callers

nothing calls this directly

Calls 1

_testMethod · 0.95

Tested by

no test coverage detected