MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / skip_test

Method skip_test

lib/sqlalchemy/testing/config.py:431–432  ·  view source on GitHub ↗
(self, msg)

Source from the content-addressed store, hash-verified

429 yield cfg.db
430
431 def skip_test(self, msg):
432 skip_test(msg)
433
434
435def skip_test(msg):

Callers 15

count_functionsFunction · 0.80
skip_if_timeoutFunction · 0.80
_doMethod · 0.80
_do_skipsFunction · 0.80
_collect_messagesMethod · 0.80
run_testMethod · 0.80
_run_doctest_implMethod · 0.80
run_testMethod · 0.80
test_cache_key_genMethod · 0.80
revert_insertMethod · 0.80

Calls 1

skip_testFunction · 0.85

Tested by 10

_run_doctest_implMethod · 0.64
run_testMethod · 0.64
test_cache_key_genMethod · 0.64
revert_insertMethod · 0.64
require_metaclassMethod · 0.64
_run_in_processMethod · 0.64