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

Method test_five

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

Source from the content-addressed store, hash-verified

1477 )
1478
1479 def test_five(self, connection):
1480 t = self.tables.t
1481 self._test(
1482 connection,
1483 func.coalesce(t.c.dtme, func.current_timestamp()),
1484 overrides={"epoch": 1336652125.0},
1485 )
1486
1487 def test_six(self, connection):
1488 t = self.tables.t

Callers

nothing calls this directly

Calls 3

_testMethod · 0.95
coalesceMethod · 0.80
current_timestampMethod · 0.80

Tested by

no test coverage detected