MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / expect_noload_deprecation

Function expect_noload_deprecation

lib/sqlalchemy/testing/assertions.py:92–95  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

90
91
92def expect_noload_deprecation():
93 return expect_deprecated(
94 r"The (?:``noload`` loader strategy|noload\(\) option) is deprecated."
95 )
96
97
98def expect_deprecated_20(*messages, **kw):

Callers 14

test_o2m_noloadMethod · 0.90
test_noload_issueMethod · 0.90
test_noload_issueMethod · 0.90
test_o2mMethod · 0.90
test_m2oMethod · 0.90

Calls 1

expect_deprecatedFunction · 0.85

Tested by 14

test_o2m_noloadMethod · 0.72
test_noload_issueMethod · 0.72
test_noload_issueMethod · 0.72
test_o2mMethod · 0.72
test_m2oMethod · 0.72