File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -91,12 +91,10 @@ http://docs.python.org/3.3/library/2to3.html for more information.
9191Testing
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
10199By default, tests are prevented from overusing resources like disk space and
102100memory. To enable these tests, run "make testall".
You can’t perform that action at this time.
0 commit comments