This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Move importlib.test to test.importlib
Type: enhancement Stage: resolved
Components: Versions:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: brett.cannon Nosy List: brett.cannon, eric.snow, ezio.melotti, python-dev, r.david.murray
Priority: normal Keywords:

Created on 2012-06-24 19:55 by brett.cannon, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (5)
msg163833 - (view) Author: Brett Cannon (brett.cannon) * (Python committer) Date: 2012-06-24 19:55
Should also update to use unittest discovery. Might also need to update tests to use both _frozen_importlib and importlib._bootstrap.
msg165967 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2012-07-20 18:49
New changeset 4cebcfc97774 by Brett Cannon in branch 'default':
Issue #15168: Move importlb.test to test.test_importlib.
http://hg.python.org/cpython/rev/4cebcfc97774
msg165973 - (view) Author: R. David Murray (r.david.murray) * (Python committer) Date: 2012-07-20 19:39
Looks like this broke the buildbots.
msg165974 - (view) Author: Brett Cannon (brett.cannon) * (Python committer) Date: 2012-07-20 19:42
Fixed by e5c34fe087ef and e2787e926969
msg165975 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2012-07-20 20:25
New changeset f1f480650a0a by Ned Deily in branch 'default':
Issue #15168: Ensure test_importlib subdirectories are installed.
http://hg.python.org/cpython/rev/f1f480650a0a
History
Date User Action Args
2022-04-11 14:57:32adminsetgithub: 59373
2012-07-20 20:25:32python-devsetmessages: + msg165975
2012-07-20 19:42:54brett.cannonsetstatus: open -> closed

messages: + msg165974
2012-07-20 19:39:28r.david.murraysetstatus: closed -> open
nosy: + r.david.murray
messages: + msg165973

2012-07-20 18:55:56brett.cannonsetstatus: open -> closed
assignee: brett.cannon
resolution: fixed
stage: needs patch -> resolved
2012-07-20 18:49:02python-devsetnosy: + python-dev
messages: + msg165967
2012-06-24 22:48:15eric.snowsetnosy: + eric.snow
2012-06-24 19:57:58ezio.melottisetnosy: + ezio.melotti

type: enhancement
stage: needs patch
2012-06-24 19:55:30brett.cannoncreate