Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
7dfb3a19
Commit
7dfb3a19
authored
Aug 21, 2011
by
Nadeem Vawda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README section on testing following issue #11651.
parent
08aa3c02
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
6 deletions
+4
-6
README
README
+4
-6
No files found.
README
View file @
7dfb3a19
...
...
@@ -91,12 +91,10 @@ http://docs.python.org/3.3/library/2to3.html for more information.
Testing
-------
To test the interpreter, type "make test" in the top-level directory. This runs
the test set twice (once with no compiled files, once with the compiled files
left by the previous test run). The test set produces some output. You can
generally ignore the messages about skipped tests due to optional features which
can't be imported. If a message is printed about a failed test or a traceback
or core dump is produced, something is wrong.
To test the interpreter, type "make test" in the top-level directory. The test
set produces some output. You can generally ignore the messages about skipped
tests due to optional features which can't be imported. If a message is printed
about a failed test or a traceback or core dump is produced, something is wrong.
By default, tests are prevented from overusing resources like disk space and
memory. To enable these tests, run "make testall".
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment