golden hour
/opt/cloudlinux/venv/lib/python3.11/site-packages/_pytest/config
⬆️ Go Up
Upload
File/Folder
Size
Actions
__init__.py
62.52 KB
Del
OK
__pycache__
-
Del
OK
argparsing.py
20.73 KB
Del
OK
compat.py
2.34 KB
Del
OK
exceptions.py
260 B
Del
OK
findpaths.py
7.7 KB
Del
OK
Edit: exceptions.py
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."""
Save