File "exceptions.py"

Full Path: /home/attunedd/public_html/byp/izo/con7ext_sym404/rintoar.txt/opt/cloudlinux/venv/lib/python3.11/site-packages/_pytest/config/exceptions.py
File size: 260 bytes
MIME-type: text/x-script.python
Charset: utf-8

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