You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
260B

  1. from _pytest.compat import final
  2. @final
  3. class UsageError(Exception):
  4. """Error in pytest usage or invocation."""
  5. class PrintHelp(Exception):
  6. """Raised when pytest should print its help to skip the rest of the
  7. argument parsing and validation."""