1
0
mirror of https://github.com/github/gitignore synced 2024-06-10 14:40:01 +02:00

Added nosetests.xml to the python unittest ignores.

nosetests.xml is created by the 'nose' test runner when you want xml output, for instance for integration with jenkins.
This commit is contained in:
Reinout van Rees 2011-09-09 12:32:11 +02:00
parent 4c9fba7b1e
commit 3e00d905c3

View File

@ -19,6 +19,7 @@ pip-log.txt
# Unit test / coverage reports
.coverage
.tox
nosetests.xml
#Translations
*.mo