Skip to content

Commit 3e00d90

Browse files
committed
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.
1 parent 4c9fba7 commit 3e00d90

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Python.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ pip-log.txt
1919
# Unit test / coverage reports
2020
.coverage
2121
.tox
22+
nosetests.xml
2223

2324
#Translations
2425
*.mo

0 commit comments

Comments
 (0)