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?
_______________________________________________
Python-mode mailing list
Python-mode@python.org
http://mail.python.org/mailman/listinfo/python-mode

Reply via email to