Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
5
class
UsageError(Exception):
6
""
"Error in pytest usage or invocation."
""
7
8
9
class
PrintHelp(Exception):
Callers
15
get_log_level_for_setting
Function · 0.90
_import_pdb_cls
Method · 0.90
perform_collect
Method · 0.90
resolve_collection_argument
Function · 0.90
exit
Function · 0.90
_resolve_msg_to_reason
Function · 0.90
_parse_expression
Function · 0.90
pytest_configure
Function · 0.90
_highlight
Method · 0.90
error
Method · 0.90
filename_arg
Function · 0.85
directory_arg
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected