On Tue, Jun 01, 2010 at 12:52:21PM +0200, [email protected] wrote: > * Package name : nose-cover3 > Version : 0.0.5 > Upstream Author : Ask Solem <[email protected]> > * URL : http://pypi.python.org/pypi/nose-cover3/ > * License : LGPL-2.1+ > Programming Lang: Python > Description : Coverage 3.x support for Nose > > This package is a plugin for python-nose that adds python-coverage > support, providing coverage reports for nose tests.
Hrm, somehow that already works for me with python-nose containing this: /usr/share/python-support/python-nose/nose/plugins/cover.py When I set this in setup.cfg I get a coverage report when running the tests: [nosetests] with-coverage=1 cover-package=debian That's python-nose 0.10.3-1 (i.e. lenny), FWIW. But maybe a newer python-coverage is different. *shrug* Kind regards, Philipp Kern -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

