Getting Branch Coverage In Nose

Just a few days ago Ned Batchelder announced experimental branch coverage support in coverage.py. I have been waiting a long time for this. I had a few false starts myself so I know how much time Ned put into it. Thanks Ned!

I changed the coverage plugin included with nose to interact better with coverage.py.

You can find my changes here: http://code.google.com/r/dstanekcom-python-nose/source/list.

Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • del.icio.us
  • Reddit
  • Technorati

Comments

  • @Ned


    That's a great idea! Just sent emails to those lists.

  • Dave, thanks for doing the work! You should announce this on Testing-In-Python and nose-users...

  • These changes will not work with older versions of coverage. It would not be hard to fix if there is a need.


    Thanks Bill, John and John for bringing that to my attention.

blog comments powered by Disqus