generated from daniil-berg/boilerplate-py
full unit test coverage and docstrings for session
module
This commit is contained in:
@ -8,5 +8,8 @@ omit =
|
||||
fail_under = 100
|
||||
show_missing = True
|
||||
skip_covered = False
|
||||
exclude_lines =
|
||||
if TYPE_CHECKING:
|
||||
if __name__ == ['"]__main__['"]:
|
||||
omit =
|
||||
tests/*
|
||||
|
Reference in New Issue
Block a user