New submission from Brett Cannon <br...@python.org>:

test.regrtest is rather old and has not been updated to take advantage of all 
the latest features in unittest (e.g., test discovery). It might be a rather 
large undertaking with various bits requiring some changes (e.g., getting away 
from raising exceptions for skipped tests and instead using unittest.skipIf), 
but for maintainability it might be good to try to use as much unittest code in 
regrtest as possible.

----------
components: Tests
messages: 126665
nosy: brett.cannon
priority: low
severity: normal
stage: unit test needed
status: open
title: move regrtest over to using more unittest infrastructure
type: feature request
versions: Python 3.3

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue10967>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to