MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / test_of_single_col

Method test_of_single_col

test/orm/test_lockmode.py:59–63  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

57 self._assert(nowait=True)
58
59 def test_of_single_col(self):
60 User, users = self.classes.User, self.tables.users
61 self._assert(
62 of=User.id, assert_q_of=[users.c.id], assert_sel_of=[users.c.id]
63 )
64
65
66class BackendTest(_fixtures.FixtureTest):

Callers

nothing calls this directly

Calls 1

_assertMethod · 0.95

Tested by

no test coverage detected