[Python-mode] coverage and tests
Andreas Röhler
andreas.roehler at online.de
Wed Aug 22 09:11:45 CEST 2012
Am 21.08.2012 23:20, schrieb Andrea Crotti:
> So one thing which would be awesome to have is the ability to see which lines are not tested while I'm writing
> my code...
>
> There is already an extension here but I could not get it working
> https://github.com/mattharrison/pycoverage.el
>
> At the moment what I do is simply to to set in .dir-locals.el the compile-command that I want to run,
> but then I always have to check the html page to see the report..
>
> (python-mode
> (compile-command . "nosetests -sv --with-cov --cov-report=html"))
>
> Anyone else interested? Maybe we can get the pycoverage working and integrate it?
thanks
https://blueprints.launchpad.net/python-mode/+spec/coverage-and-tests
More information about the Python-mode
mailing list