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

2020-10-14 Thread Tal Einat
Tal Einat added the comment: See a cross-platform script in PR GH-22694. -- ___ Python tracker ___ ___ Python-bugs-list mailing lis

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

2020-10-14 Thread Tal Einat
Change by Tal Einat : -- keywords: +patch pull_requests: +21665 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/22694 ___ Python tracker ___

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

2020-10-13 Thread Terry J. Reedy
Terry J. Reedy added the comment: Tal, this is an existing issue about documenting how to run IDLE coverage. It was left open to add something about the *nix equivalent of my Windows instructions. I would like to finish this, with updates elsewhere in the text. I'm dubious about Louie's pa

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

2017-07-17 Thread Louie Lu
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.

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

2017-07-17 Thread Cheryl Sabella
Cheryl Sabella added the comment: I tried out the instructions. I guess my first question is how stand alone these instructions are and how much you expect someone to already know about coverage. What I mean is, I needed to go to the devguide to read more about coverage in order to run the s

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

2017-07-16 Thread Terry J. Reedy
Terry J. Reedy added the comment: Cheryl, please try Louie's linux instructions and see if they work on Ubuntu. -- ___ Python tracker ___

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

2017-07-16 Thread Louie Lu
Louie Lu added the comment: Upload the Linux/MacOS version of coverage usage. -- ___ Python tracker ___ ___ Python-bugs-list mailing l

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

2017-07-16 Thread Louie Lu
Changes by Louie Lu : -- pull_requests: +2794 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

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

2017-07-15 Thread Terry J. Reedy
Terry J. Reedy added the comment: I generalized the first part so only the .bat file needs a *nix version. -- ___ Python tracker ___ _

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

2017-07-15 Thread Terry J. Reedy
Terry J. Reedy added the comment: New changeset 65de1f3672fd0a1e3ec34b654ef5213e15a03e26 by terryjreedy in branch '3.6': [3.6] bpo-30934: Document coverage details for idlelib tests (GH-2711) (#2726) https://github.com/python/cpython/commit/65de1f3672fd0a1e3ec34b654ef5213e15a03e26 --

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

2017-07-15 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- pull_requests: +2786 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

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

2017-07-15 Thread Terry J. Reedy
Terry J. Reedy added the comment: New changeset 95bebb7264afad88f31f7cdc3b28bacde7c46f93 by terryjreedy in branch 'master': bpo-30934: Document coverage details for idlelib tests (#2711) https://github.com/python/cpython/commit/95bebb7264afad88f31f7cdc3b28bacde7c46f93 --

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

2017-07-14 Thread Terry J. Reedy
Terry J. Reedy added the comment: That would be good; I might need to know someday;-). -- ___ Python tracker ___ ___ Python-bugs-list

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

2017-07-14 Thread Louie Lu
Louie Lu added the comment: After merging this one, I can provide the version of Linux and MacOS. -- ___ Python tracker ___ ___ Python

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

2017-07-14 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- pull_requests: +2775 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

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

2017-07-14 Thread Terry J. Reedy
New submission from Terry J. Reedy: I have been using coverage for a few years. Now that I am (again) not the only one writing IDLE tests (others did 3 and 4 years ago), I should document what I do and in particular the policy decision -- test with 'branch=True' -- and the IDLE-specific exclud