mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-21 20:54:47 +03:00
Review Unit test / coverage section
Remove nosetests.xml, add pytest_cache
This commit is contained in:
parent
781cdb1842
commit
8efa8b970c
12
.gitignore
vendored
12
.gitignore
vendored
|
@ -30,12 +30,12 @@ var/
|
|||
pip-delete-this-directory.txt
|
||||
|
||||
# Unit test / coverage reports
|
||||
htmlcov/
|
||||
.tox/
|
||||
.coverage
|
||||
.cache
|
||||
nosetests.xml
|
||||
coverage.xml
|
||||
/htmlcov/
|
||||
/.tox/
|
||||
/.coverage
|
||||
/.cache
|
||||
/.pytest_cache
|
||||
/coverage.xml
|
||||
|
||||
# Extra test images installed from pillow-depends/test_images
|
||||
/depends/test_images
|
||||
|
|
Loading…
Reference in New Issue
Block a user