MCPcopy
hub / github.com/pytest-dev/pytest / UsageError

Class UsageError

src/_pytest/config/exceptions.py:7–10  ·  view source on GitHub ↗

Error in pytest usage or invocation.

Source from the content-addressed store, hash-verified

5
6@final
7class UsageError(Exception):
8 """Error in pytest usage or invocation."""
9
10 __module__ = "pytest"
11
12
13class PrintHelp(Exception):

Callers 15

_import_pdb_clsMethod · 0.90
perform_collectMethod · 0.90
__call__Method · 0.90
_parse_expressionFunction · 0.90
pytest_configureFunction · 0.90
filename_argFunction · 0.85
directory_argFunction · 0.85
consider_pluginargMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected