Review Unit test / coverage section

Remove nosetests.xml, add pytest_cache
This commit is contained in:
Alexander 2018-04-01 15:39:06 +03:00
parent 781cdb1842
commit 8efa8b970c

12
.gitignore vendored
View File

@ -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