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