MCPcopy Create free account
hub / github.com/sqlalchemy/sqlalchemy / _assert_users

Method _assert_users

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

Source from the content-addressed store, hash-verified

1657 eq_(connection.execute(stmt).fetchall(), expected)
1658
1659 def _assert_users(self, connection, users, expected):
1660 stmt = users.select().order_by(users.c.id)
1661 eq_(connection.execute(stmt).fetchall(), expected)
1662
1663
1664class 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