add coverage

This commit is contained in:
Gael Pasgrimaud
2011-02-24 10:56:12 +01:00
parent e34a8b0a53
commit 83b072c58f
3 changed files with 3 additions and 2 deletions
+1
View File
@@ -11,6 +11,7 @@ eggs =
pyramidapp
fa.jquery
WebTest
coverage
PasteScript
Sphinx
+1 -1
View File
@@ -1,7 +1,7 @@
[nosetests]
match=^test
nocapture=1
cover-package=pyramidapp
cover-package=pyramid_formalchemy
with-coverage=1
cover-erase=1
verbosity=3
+1 -1
View File
@@ -1,7 +1,7 @@
[nosetests]
match = ^test
nocapture = 1
cover-package = pyramidapp
cover-package = pyramid_formalchemy
with-coverage = 1
cover-erase = 1