MCPcopy Create free account
hub / github.com/psf/black / skip_mark

Function skip_mark

tests/optional.py:115–117  ·  view source on GitHub ↗
(tests: FrozenSet[str])

Source from the content-addressed store, hash-verified

113
114@lru_cache()
115def skip_mark(tests: FrozenSet[str]) -> "MarkDecorator":
116 names = ", ".join(sorted(tests))
117 return pytest.mark.skip(reason=f"Marked with disabled optional tests ({names})")
118
119
120@lru_cache()

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected