[issue11031] regrtest - --testdir, new command-line option to specify alternative test directory

2011-03-24 Thread Roundup Robot

Roundup Robot devnull@devnull added the comment:

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

--
nosy: +python-dev

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue11031
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue11031] regrtest - --testdir, new command-line option to specify alternative test directory

2011-03-24 Thread R. David Murray

R. David Murray rdmur...@bitdance.com added the comment:

Made the same change to the usage of os.path.join.

--
nosy: +r.david.murray
resolution:  - accepted
stage: patch review - committed/rejected
status: open - closed
type:  - feature request

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue11031
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue11031] regrtest - --testdir, new command-line option to specify alternative test directory

2011-01-27 Thread Sandro Tosi

New submission from Sandro Tosi sandro.t...@gmail.com:

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.

--
assignee: sandro.tosi
components: Tests
files: regrtest_add_testdir-py3k.patch
keywords: patch
messages: 127227
nosy: sandro.tosi
priority: low
severity: normal
stage: patch review
status: open
title: regrtest - --testdir, new command-line option to specify alternative 
test directory
versions: Python 3.3
Added file: http://bugs.python.org/file20559/regrtest_add_testdir-py3k.patch

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue11031
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com