Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7dfb3a1

Browse files
committed
Update README section on testing following issue #11651.
1 parent 08aa3c0 commit 7dfb3a1

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

README

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -91,12 +91,10 @@ http://docs.python.org/3.3/library/2to3.html for more information.
9191
Testing
9292
-------
9393

94-
To test the interpreter, type "make test" in the top-level directory. This runs
95-
the test set twice (once with no compiled files, once with the compiled files
96-
left by the previous test run). The test set produces some output. You can
97-
generally ignore the messages about skipped tests due to optional features which
98-
can't be imported. If a message is printed about a failed test or a traceback
99-
or core dump is produced, something is wrong.
94+
To test the interpreter, type "make test" in the top-level directory. The test
95+
set produces some output. You can generally ignore the messages about skipped
96+
tests due to optional features which can't be imported. If a message is printed
97+
about a failed test or a traceback or core dump is produced, something is wrong.
10098

10199
By default, tests are prevented from overusing resources like disk space and
102100
memory. To enable these tests, run "make testall".

0 commit comments

Comments
 (0)