summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2009-01-11 22:39:40 +0000
committerChris McDonough <chrism@agendaless.com>2009-01-11 22:39:40 +0000
commitb07cfed841c83498a2c8c9153367525f725cd100 (patch)
tree3f95021a65e3da7cb35d0782a70524239b8ce17c /setup.cfg
parent6e18779652d2d02370c94bed040d55f2808e37f4 (diff)
downloadpyramid-b07cfed841c83498a2c8c9153367525f725cd100.tar.gz
pyramid-b07cfed841c83498a2c8c9153367525f725cd100.tar.bz2
pyramid-b07cfed841c83498a2c8c9153367525f725cd100.zip
- Tests can be run with coverage output if you've got ``nose``
installed in the interpreter which you use to run tests. Using an interpreter with ``nose`` installed, do ``python setup.py nosetests`` within a checkout of the ``repoze.bfg`` package to see test coverage output.
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg8
1 files changed, 8 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 9e9ffa974..9a12e4044 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,2 +1,10 @@
[easy_install]
index_url = http://dist.repoze.org/lemonade/dev/simple
+
+[nosetests]
+match=^test
+nocapture=1
+cover-package=repoze.bfg
+with-coverage=1
+cover-erase=1
+