[issue30934] Document how to run coverage for repository idlelib files.

Louie Lu report at bugs.python.org
Mon Jul 17 22:14:04 EDT 2017


Louie Lu added the comment:

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.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue30934>
_______________________________________


More information about the Python-bugs-list mailing list