MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / test_ten

Method test_ten

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

Source from the content-addressed store, hash-verified

1591 self._test(connection, text("t.dt + t.tm"))
1592
1593 def test_ten(self, connection):
1594 t = self.tables.t
1595 self._test(connection, t.c.dt + t.c.tm)
1596
1597 def test_eleven(self, connection):
1598 self._test(

Callers

nothing calls this directly

Calls 1

_testMethod · 0.95

Tested by

no test coverage detected