MCPcopy
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
435def skip_test(msg):
436 raise _fixture_functions.skip_test_exception(msg)
437
438
439def async_test(fn):

Callers 2

test_asyncioMethod · 0.90
skip_testMethod · 0.85

Calls 1

skip_test_exceptionMethod · 0.45

Tested by 1

test_asyncioMethod · 0.72