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.
15 lines
191 B
15 lines
191 B
7 months ago
|
[run]
|
||
|
source = mock
|
||
|
omit = mock/tests/__main__.py
|
||
|
|
||
|
[report]
|
||
|
exclude_lines =
|
||
|
pragma: no cover
|
||
|
if __name__ == .__main__.:
|
||
|
: pass
|
||
|
|
||
|
[paths]
|
||
|
source =
|
||
|
mock/
|
||
|
/root/project/mock/
|