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

Method test_ten

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

Source from the content-addressed store, hash-verified

1521 self._test(connection, text("t.dt + t.tm"))
1522
1523 def test_ten(self, connection):
1524 t = self.tables.t
1525 self._test(connection, t.c.dt + t.c.tm)
1526
1527 def test_eleven(self, connection):
1528 self._test(

Callers

nothing calls this directly

Calls 1

_testMethod · 0.95

Tested by

no test coverage detected