minor tweaks to .gitignore and README

This commit is contained in:
Tal Einat 2020-10-15 01:15:29 +03:00
parent 8110f99362
commit b70b93204f
No known key found for this signature in database
GPG Key ID: 613A98AF4C800CDA
2 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View File

@ -55,7 +55,7 @@ Doc/env/
Doc/.env/ Doc/.env/
Include/pydtrace_probes.h Include/pydtrace_probes.h
Lib/distutils/command/*.pdb Lib/distutils/command/*.pdb
Lib/idlelib/idle_test/coverage_venv Lib/idlelib/idle_test/coverage_venv/
Lib/lib2to3/*.pickle Lib/lib2to3/*.pickle
Lib/test/data/* Lib/test/data/*
!Lib/test/data/README !Lib/test/data/README

View File

@ -189,7 +189,7 @@ To get a coverage report for a specific module's tests, run:
python Lib/idlelib/idle_test/run_coverage.py <module_name> python Lib/idlelib/idle_test/run_coverage.py <module_name>
Replace <module_name> above with just the name of the module, Replace <module_name> above with just the name of the module,
such as colorizer. (On Windows, replace ./python with ./python.exe .) such as colorizer.
To get a coverage report for IDLE's entire test suite, run the To get a coverage report for IDLE's entire test suite, run the
above command with "all" instead of a module name. above command with "all" instead of a module name.