Files
prop-data-guard/backend/.venv/lib/python3.9/site-packages/_pytest/config/exceptions.py
T
2026-04-22 17:07:33 +08:00

12 lines
252 B
Python

from typing 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."""