MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / test_plain_get

Method test_plain_get

test/orm/test_query.py:7378–7379  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

7376 eq_(q.scalar(), 10)
7377
7378 def test_plain_get(self):
7379 self._test_get(self._plain_fixture)
7380
7381 def test_callable_get(self):
7382 self._test_get(self._callable_fixture)

Callers

nothing calls this directly

Calls 1

_test_getMethod · 0.95

Tested by

no test coverage detected