[New-bugs-announce] [issue17283] Lib/test/__main__.py should share code with regrtest.py
Chris Jerdonek
report at bugs.python.org
Sun Feb 24 06:57:28 CET 2013
New submission from Chris Jerdonek:
As discussed here:
http://bugs.python.org/issue15305#msg182853
this issue is for Lib/test/__main__.py to share code with Lib/test/regrtest.py to minimize duplication of code:
http://hg.python.org/cpython/file/96f08a22f562/Lib/test/regrtest.py#l1594
http://hg.python.org/cpython/file/96f08a22f562/Lib/test/__main__.py#l12
----------
components: Tests
keywords: easy
messages: 182854
nosy: chris.jerdonek, ezio.melotti, gmwils, michael.foord, petri.lehtinen, pitrou
priority: normal
severity: normal
stage: needs patch
status: open
title: Lib/test/__main__.py should share code with regrtest.py
type: enhancement
versions: Python 3.4
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue17283>
_______________________________________
More information about the New-bugs-announce
mailing list