[issue14860] devguide: Clarify how to run cpython test suite - esp. on 2.7

Marc Abramowitz report at bugs.python.org
Sat May 19 22:18:37 CEST 2012


New submission from Marc Abramowitz <msabramo at gmail.com>:

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...

----------
components: Devguide
files: devguide.patch
keywords: patch
messages: 161155
nosy: Marc.Abramowitz, ezio.melotti
priority: normal
severity: normal
status: open
title: devguide: Clarify how to run cpython test suite - esp. on 2.7
type: enhancement
versions: Python 2.7
Added file: http://bugs.python.org/file25641/devguide.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14860>
_______________________________________


More information about the Python-bugs-list mailing list