This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: devguide: Clarify how to run cpython test suite - esp. on 2.7
Type: enhancement Stage: resolved
Components: Devguide Versions:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: ezio.melotti Nosy List: Marc.Abramowitz, ezio.melotti, python-dev
Priority: normal Keywords: patch

Created on 2012-05-19 20:18 by Marc.Abramowitz, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
devguide.patch Marc.Abramowitz, 2012-05-19 20:18
devguide-1.patch Marc.Abramowitz, 2012-05-19 21:08
Messages (4)
msg161155 - (view) Author: Marc Abramowitz (Marc.Abramowitz) * Date: 2012-05-19 20:18
The way to test on Python 2.7 (discovered on IRC) is:

~/dev/hg-repos/cpython$ ./python.exe -m test.regrtest -j3

This is not documented. I will submit a patch...
msg161159 - (view) Author: Marc Abramowitz (Marc.Abramowitz) * Date: 2012-05-19 21:08
Revising per feedback from Taggnostr on IRC.
msg161160 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2012-05-19 21:12
New changeset 13e87e1715f8 by Ezio Melotti in branch 'default':
#14860: mention that test.regrtest is required for 2.7.  Patch by Marc Abramowitz.
http://hg.python.org/devguide/rev/13e87e1715f8
msg161161 - (view) Author: Ezio Melotti (ezio.melotti) * (Python committer) Date: 2012-05-19 21:12
Fixed, thanks for the patch!
History
Date User Action Args
2022-04-11 14:57:30adminsetgithub: 59065
2012-05-19 21:12:57ezio.melottisetstatus: open -> closed
versions: - Python 2.7
messages: + msg161161

assignee: ezio.melotti
resolution: fixed
stage: resolved
2012-05-19 21:12:23python-devsetnosy: + python-dev
messages: + msg161160
2012-05-19 21:08:03Marc.Abramowitzsetfiles: + devguide-1.patch

messages: + msg161159
2012-05-19 20:18:37Marc.Abramowitzcreate