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

Method test_nine

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

Source from the content-addressed store, hash-verified

1518 )
1519
1520 def test_nine(self, connection):
1521 self._test(connection, text("t.dt + t.tm"))
1522
1523 def test_ten(self, connection):
1524 t = self.tables.t

Callers

nothing calls this directly

Calls 2

_testMethod · 0.95
textFunction · 0.90

Tested by

no test coverage detected