MCPcopy Create free account
hub / github.com/pytest-dev/pytest / UsageError

Class UsageError

src/_pytest/config/exceptions.py:5–6  ·  view source on GitHub ↗

Error in pytest usage or invocation.

Source from the content-addressed store, hash-verified

3
4@final
5class UsageError(Exception):
6 """Error in pytest usage or invocation."""
7
8
9class PrintHelp(Exception):

Callers 15

_import_pdb_clsMethod · 0.90
perform_collectMethod · 0.90
exitFunction · 0.90
_resolve_msg_to_reasonFunction · 0.90
_parse_expressionFunction · 0.90
pytest_configureFunction · 0.90
_highlightMethod · 0.90
errorMethod · 0.90
filename_argFunction · 0.85
directory_argFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected