MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / test_nine

Method test_nine

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

Source from the content-addressed store, hash-verified

1588 )
1589
1590 def test_nine(self, connection):
1591 self._test(connection, text("t.dt + t.tm"))
1592
1593 def test_ten(self, connection):
1594 t = self.tables.t

Callers

nothing calls this directly

Calls 2

_testMethod · 0.95
textFunction · 0.90

Tested by

no test coverage detected