您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

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