MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / _assert_users

Method _assert_users

test/sql/test_update.py:1789–1791  ·  view source on GitHub ↗
(self, connection, users, expected)

Source from the content-addressed store, hash-verified

1787 eq_(connection.execute(stmt).fetchall(), expected)
1788
1789 def _assert_users(self, connection, users, expected):
1790 stmt = users.select().order_by(users.c.id)
1791 eq_(connection.execute(stmt).fetchall(), expected)
1792
1793
1794class UpdateFromMultiTableUpdateDefaultsTest(

Callers 3

test_exec_multitableMethod · 0.95

Calls 5

eq_Function · 0.90
order_byMethod · 0.45
selectMethod · 0.45
fetchallMethod · 0.45
executeMethod · 0.45

Tested by

no test coverage detected