minor tweaks to .gitignore and README
This commit is contained in:
parent
8110f99362
commit
b70b93204f
|
@ -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
|
||||||
|
|
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue