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: regrtest - --testdir, new command-line option to specify alternative test directory
Type: enhancement Stage: resolved
Components: Tests Versions: Python 3.3
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: sandro.tosi Nosy List: python-dev, r.david.murray, sandro.tosi
Priority: low Keywords: patch

Created on 2011-01-27 21:49 by sandro.tosi, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
regrtest_add_testdir-py3k.patch sandro.tosi, 2011-01-27 21:49
Messages (3)
msg127227 - (view) Author: Sandro Tosi (sandro.tosi) * (Python committer) Date: 2011-01-27 21:49
from msg127153 + msg127157 + msg127172 I prepared this patch to introduce a new cli option to regrtest.py, --testdir DIR, that allows to specify a different location for the directory containing the test files.

along the way, I added a description of what STDTESTS and NOTTESTS is and differentiate the call to findtests() if testdir is passed to not use those information.
msg132016 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2011-03-24 18:43
New changeset ef393e6ac31b by R David Murray in branch 'default':
#11031: Add --testdir to specify where to find tests
http://hg.python.org/cpython/rev/ef393e6ac31b
msg132017 - (view) Author: R. David Murray (r.david.murray) * (Python committer) Date: 2011-03-24 18:44
Made the same change to the usage of os.path.join.
History
Date User Action Args
2022-04-11 14:57:11adminsetgithub: 55240
2011-03-24 18:44:45r.david.murraysetstatus: open -> closed

type: enhancement

nosy: + r.david.murray
messages: + msg132017
resolution: accepted
stage: patch review -> resolved
2011-03-24 18:43:13python-devsetnosy: + python-dev
messages: + msg132016
2011-01-27 22:29:03r.david.murraylinkissue10848 dependencies
2011-01-27 21:49:32sandro.tosicreate