We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe77787 commit 46fd2daCopy full SHA for 46fd2da
garlicsim/test_garlicsim/.coveragerc .coveragercgarlicsim/test_garlicsim/.coveragerc renamed to .coveragerc
@@ -6,5 +6,5 @@ source =
6
garlicsim_wx
7
8
[report]
9
-# Gotta ignore errors
+# Gotta ignore errors because I create temporary code files:
10
ignore_errors= = True
.noserc
@@ -0,0 +1,7 @@
1
+[nosetests]
2
+exclude = unittest2
3
+where = garlicsim/test_garlicsim
4
+
5
+cover-erase = True
+with-xunit = True
garlicsim/test_garlicsim/.noserc
0 commit comments