classification
Title: ./python -m unittest test.test_importlib doesn't work
Type: Stage:
Components: Library (Lib) Versions: Python 3.2
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: michael.foord Nosy List: barry, ezio.melotti, michael.foord, terry.reedy
Priority: normal Keywords:

Created on 2010-04-05 15:36 by barry, last changed 2010-11-09 15:48 by ezio.melotti.

Messages (3)
msg102377 - (view) Author: Barry A. Warsaw (barry) * (Python committer) Date: 2010-04-05 15:36
Actually, ./python -m unittest test.test_email doesn't work either and those are two cases where the Lib/test module just forwards to the package's own test suite, so maybe that's the problem.
msg113023 - (view) Author: Terry J. Reedy (terry.reedy) * (Python committer) Date: 2010-08-05 19:14
I am just responding so this will not show up on the 'unanswered issues' list.
msg113053 - (view) Author: Michael Foord (michael.foord) * (Python committer) Date: 2010-08-05 20:54
I'd still like to see this fixed. Some of the features of regrtest will need to be implemented as plugins for unittest (but not many - a lot of the features of regrtest are already obsolete).
History
Date User Action Args
2010-11-09 15:48:22ezio.melottisetnosy: + ezio.melotti
2010-08-05 20:54:19michael.foordsetmessages: + msg113053
2010-08-05 19:14:44terry.reedysetnosy: + terry.reedy
messages: + msg113023
2010-04-05 15:36:31barrycreate