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."""
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
__pycache__ | Folder | 0755 |
|
|
__init__.py | File | 62.52 KB | 0644 |
|
argparsing.py | File | 20.73 KB | 0644 |
|
compat.py | File | 2.34 KB | 0644 |
|
exceptions.py | File | 260 B | 0644 |
|
findpaths.py | File | 7.7 KB | 0644 |
|