]> asedeno.scripts.mit.edu Git - bluechips.git/commitdiff
set some defaults for testing with the nose coverage plugin
authorScott Torborg <scott@crookedmedia.com>
Tue, 17 Nov 2009 01:08:30 +0000 (17:08 -0800)
committerScott Torborg <scott@crookedmedia.com>
Tue, 17 Nov 2009 01:08:30 +0000 (17:08 -0800)
setup.cfg

index de9852183b5ef8f50750089ac0a5d5ecc6c958ba..b9a2f5c4f7d73c952b26c1b7c7aeddaec6f678f9 100644 (file)
--- a/setup.cfg
+++ b/setup.cfg
@@ -7,6 +7,8 @@ find_links = http://www.pylonshq.com/download/
 
 [nosetests]
 with-pylons=test.ini
+cover-erase = true
+cover-package = bluechips
 
 # Babel configuration
 [compile_catalog]