Issue 14860: devguide: Clarify how to run cpython test suite - esp. on 2.7 (original ) (raw ) Issue14860
Created on 2012-05-19 20:18 by Marc.Abramowitz , last changed 2022-04-11 14:57 by admin . This issue is now closed .
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)
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) *
Date: 2012-05-19 21:12
Fixed, thanks for the patch!
History
Date
User
Action
Args
2022-04-11 14:57:30
admin
set
github: 59065
2012-05-19 21:12:57
ezio.melotti
set
status: open -> closedversions: - Python 2.7messages: + assignee: ezio.melotti resolution: fixedstage: resolved
2012-05-19 21:12:23
python-dev
set
nosy: + python-dev messages: +
2012-05-19 21:08:03
Marc.Abramowitz
set
files: + devguide-1.patch messages: +
2012-05-19 20🔞37
Marc.Abramowitz
create