MCPcopy
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
20def warn_test_suite(message):
21 _warnings_warn(message, category=SATestSuiteWarning)
22
23
24def setup_filters():

Callers 2

prepare_for_drop_tablesFunction · 0.85
_connect_with_retryFunction · 0.85

Calls 1

_warnings_warnFunction · 0.85

Tested by

no test coverage detected