Skip to content

Commit 895fa63

Browse files
author
Ram Rachum
committed
-
1 parent bcabfdc commit 895fa63

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,8 @@ garlicsim_wx/*.exe
1919
*/docs/_build/*
2020
*/docs/_deployed_build/*
2121

22+
nosetests.xml
23+
24+
coverage.xml
2225
*.coverage
2326
htmlcov

garlicsim/setup.cfg

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[nosetests]
2+
verbosity=3
3+
detailed-errors=1
4+
5+
with-xunit=1
6+
7+
cover-erase=1
8+
cover-package=garlicsim,garlicsim_lib,garlicsim_wx,test_garlicsim

0 commit comments

Comments
 (0)