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 louielu
Recipients cheryl.sabella, louielu, terry.reedy, wohlganger
Date 2017-07-18.02:14:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1500344044.48.0.91789868804.issue30934@psf.upfronthosting.co.za>
In-reply-to
Content
I update how to prepare coverage on Linux and MacOS. I first thought user will prepare as Terry wrote at the top of `5. Test Coverage`. 

Cheryl's method is good, the update guide is borrow from here. First create a virtualenv, then install coverage via pip in venv. If user want to skip the step of venv, they can copy out the coverage package in venv/lib/ to Lib/ inside.
History
Date User Action Args
2017-07-18 02:14:04louielusetrecipients: + louielu, terry.reedy, cheryl.sabella, wohlganger
2017-07-18 02:14:04louielusetmessageid: <1500344044.48.0.91789868804.issue30934@psf.upfronthosting.co.za>
2017-07-18 02:14:04louielulinkissue30934 messages
2017-07-18 02:14:04louielucreate