mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-09-07 12:36:47 +00:00
✅ add test cases
This commit is contained in:
6
tests/.coveragerc
Normal file
6
tests/.coveragerc
Normal file
@ -0,0 +1,6 @@
|
||||
[report]
|
||||
exclude_lines =
|
||||
pragma: no cover
|
||||
if TYPE_CHECKING:
|
||||
@(abc\.)?abstractmethod
|
||||
raise NotImplementedError
|
Reference in New Issue
Block a user