Add a --with-coverage argument to manage.py test.

Review Request #1990 — Created Dec. 11, 2010 and submitted

Information

Review Board
master

Reviewers

Add a --with-coverage argument to manage.py test.

It's kind of annoying when debugging test failures to always have to scroll up
above the coverage output. This adds a --with-coverage arg which enables
coverage info. I've made it the default because it speeds up the tests enough to
be valuable day-to-day.

 
chipx86
  1. Seems fine. Shame we can't have it only display coverage info if all tests pass.
  2. 
      
Loading...