MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / test_one

Method test_one

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

Source from the content-addressed store, hash-verified

1506 eq_(result, fields[field])
1507
1508 def test_one(self, connection):
1509 t = self.tables.t
1510 self._test(connection, t.c.dtme, "all")
1511
1512 def test_two(self, connection):
1513 t = self.tables.t

Callers

nothing calls this directly

Calls 1

_testMethod · 0.95

Tested by

no test coverage detected