MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / sql_count_

Method sql_count_

lib/sqlalchemy/testing/fixtures/sql.py:184–185  ·  view source on GitHub ↗
(self, count, fn)

Source from the content-addressed store, hash-verified

182 pass
183
184 def sql_count_(self, count, fn):
185 self.assert_sql_count(self.bind, fn, count)
186
187 def sql_eq_(self, callable_, statements):
188 self.assert_sql(self.bind, callable_, statements)

Callers 15

test_deep_options_2Method · 0.80
test_deep_options_5Method · 0.80
test_deep_options_6Method · 0.80
test_eager_optionsMethod · 0.80
test_eager_degradeMethod · 0.80
test_lazy_optionsMethod · 0.80
test_unsavedMethod · 0.80

Calls 1

assert_sql_countMethod · 0.80

Tested by 15

test_deep_options_2Method · 0.64
test_deep_options_5Method · 0.64
test_deep_options_6Method · 0.64
test_eager_optionsMethod · 0.64
test_eager_degradeMethod · 0.64
test_lazy_optionsMethod · 0.64
test_unsavedMethod · 0.64