[TIP] coverage.py with doctest.testfile

jason pellerin jpellerin at gmail.com
Thu Mar 8 07:03:04 PST 2007


On 3/8/07, David Montgomery <davidlmontgomery at gmail.com> wrote:

> I'm getting around this by running this from a script that always begins
> by removing the .coverage file.

nosetests also has an option, --cover-erase, that should do the same
thing. If you find that that doesn't work for you, could you file a
ticket (and include your OS, etc)? The bug tracker is at:

http://code.google.com/p/python-nose/issues/list

Thanks,

JP



More information about the testing-in-python mailing list