From b70b93204fd9cff616ebb39e9c183c2794107a49 Mon Sep 17 00:00:00 2001 From: Tal Einat Date: Thu, 15 Oct 2020 01:15:29 +0300 Subject: [PATCH] minor tweaks to .gitignore and README --- .gitignore | 2 +- Lib/idlelib/idle_test/README.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index d2a720ea771..686b48dd3bd 100644 --- a/.gitignore +++ b/.gitignore @@ -55,7 +55,7 @@ Doc/env/ Doc/.env/ Include/pydtrace_probes.h Lib/distutils/command/*.pdb -Lib/idlelib/idle_test/coverage_venv +Lib/idlelib/idle_test/coverage_venv/ Lib/lib2to3/*.pickle Lib/test/data/* !Lib/test/data/README diff --git a/Lib/idlelib/idle_test/README.txt b/Lib/idlelib/idle_test/README.txt index b7512e0df10..eea3fc0e6e5 100644 --- a/Lib/idlelib/idle_test/README.txt +++ b/Lib/idlelib/idle_test/README.txt @@ -189,7 +189,7 @@ To get a coverage report for a specific module's tests, run: python Lib/idlelib/idle_test/run_coverage.py Replace 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 above command with "all" instead of a module name.