mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-22 05:04:46 +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
|
pip-delete-this-directory.txt
|
||||||
|
|
||||||
# Unit test / coverage reports
|
# Unit test / coverage reports
|
||||||
htmlcov/
|
/htmlcov/
|
||||||
.tox/
|
/.tox/
|
||||||
.coverage
|
/.coverage
|
||||||
.cache
|
/.cache
|
||||||
nosetests.xml
|
/.pytest_cache
|
||||||
coverage.xml
|
/coverage.xml
|
||||||
|
|
||||||
# Extra test images installed from pillow-depends/test_images
|
# Extra test images installed from pillow-depends/test_images
|
||||||
/depends/test_images
|
/depends/test_images
|
||||||
|
|
Loading…
Reference in New Issue
Block a user