Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ warn_test_suite
Function
warn_test_suite
lib/sqlalchemy/testing/warnings.py:20–21 ·
view source on GitHub ↗
(message)
Source
from the content-addressed store, hash-verified
18
19
20
def
warn_test_suite(message):
21
_warnings_warn(message, category=SATestSuiteWarning)
22
23
24
def
setup_filters():
Callers
2
prepare_for_drop_tables
Function · 0.85
_connect_with_retry
Function · 0.85
Calls
1
_warnings_warn
Function · 0.85
Tested by
no test coverage detected