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.
 
 
 
 
 
 

24 rivejä
386 B

  1. [run]
  2. omit =
  3. tests/*
  4. .github/*
  5. commands/*
  6. **/test_*.py
  7. [report]
  8. exclude_lines =
  9. pragma: no cover
  10. if TYPE_CHECKING:
  11. exclude_also =
  12. def __repr__
  13. if self.debug:
  14. if settings.DEBUG
  15. raise AssertionError
  16. raise NotImplementedError
  17. if 0:
  18. if __name__ == .__main__.:
  19. if TYPE_CHECKING:
  20. class .*\bProtocol\):
  21. @(abc\.)?abstractmethod