This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author brandon-rhodes
Recipients brandon-rhodes
Date 2011-03-15.22:10:44
SpamBayes Score 2.501832e-07
Marked as misclassified No
Message-id <1300227046.14.0.607566793645.issue11561@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a module that solves this problem if the tests are run with the "fullcoverage" directory at the front of the PYTHONPATH, like this:

PYTHONPATH=Tools/fullcoverage ./python -m coverage run --pylib Lib/test/regrtest.py test_copy
History
Date User Action Args
2011-03-15 22:10:46brandon-rhodessetrecipients: + brandon-rhodes
2011-03-15 22:10:46brandon-rhodessetmessageid: <1300227046.14.0.607566793645.issue11561@psf.upfronthosting.co.za>
2011-03-15 22:10:45brandon-rhodeslinkissue11561 messages
2011-03-15 22:10:45brandon-rhodescreate