25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

12 satır
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."""