diff options
| author | Chris McDonough <chrism@agendaless.com> | 2009-01-11 22:39:40 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2009-01-11 22:39:40 +0000 |
| commit | b07cfed841c83498a2c8c9153367525f725cd100 (patch) | |
| tree | 3f95021a65e3da7cb35d0782a70524239b8ce17c /setup.cfg | |
| parent | 6e18779652d2d02370c94bed040d55f2808e37f4 (diff) | |
| download | pyramid-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.cfg | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 + |
