nonebot2/tests/.coveragerc

9 lines
162 B
Plaintext
Raw Normal View History

2021-12-16 09:28:57 +00:00
[report]
exclude_lines =
2021-12-16 15:22:25 +00:00
def __repr__
2021-12-16 09:28:57 +00:00
pragma: no cover
if TYPE_CHECKING:
@(abc\.)?abstractmethod
raise NotImplementedError
2021-12-16 15:22:25 +00:00
if __name__ == .__main__.: