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

Sandro Tosi report at bugs.python.org
Thu Jan 27 22:49:36 CET 2011


New submission from Sandro Tosi <sandro.tosi at 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 <report at bugs.python.org>
<http://bugs.python.org/issue11031>
_______________________________________


More information about the New-bugs-announce mailing list