mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-13 05:06:49 +03:00
Omit Tests/check_ files from coverage
This commit is contained in:
parent
a1c6b5edf7
commit
cccc535f66
|
@ -12,3 +12,7 @@ exclude_lines =
|
||||||
# Don't complain about debug code
|
# Don't complain about debug code
|
||||||
if Image.DEBUG:
|
if Image.DEBUG:
|
||||||
if DEBUG:
|
if DEBUG:
|
||||||
|
|
||||||
|
[run]
|
||||||
|
omit =
|
||||||
|
Tests/check_*.py
|
||||||
|
|
Loading…
Reference in New Issue
Block a user