Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ skip_test
Function
skip_test
lib/sqlalchemy/testing/config.py:435–436 ·
view source on GitHub ↗
(msg)
Source
from the content-addressed store, hash-verified
433
434
435
def
skip_test(msg):
436
raise
_fixture_functions.skip_test_exception(msg)
437
438
439
def
async_test(fn):
Callers
2
test_asyncio
Method · 0.90
skip_test
Method · 0.85
Calls
1
skip_test_exception
Method · 0.45
Tested by
1
test_asyncio
Method · 0.72