1
0
Fork 0
forked from bton/matekasse
matekasse/venv/lib/python3.11/site-packages/_pytest/config/exceptions.py

12 lines
260 B
Python
Raw Normal View History

2023-07-28 21:30:45 +00:00
from _pytest.compat import final
@final
class UsageError(Exception):
"""Error in pytest usage or invocation."""
class PrintHelp(Exception):
"""Raised when pytest should print its help to skip the rest of the
argument parsing and validation."""