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: Fix test discovery for test_file.py
Type: behavior Stage: resolved
Components: Tests Versions: Python 3.3, Python 3.4
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: ezio.melotti Nosy List: brett.cannon, ezio.melotti, python-dev, zach.ware
Priority: normal Keywords: patch

Created on 2013-02-08 19:37 by zach.ware, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
test_file_discovery.diff zach.ware, 2013-02-08 19:37 test_file.py fix, version 1 review
Messages (2)
msg182148 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2013-02-15 17:19
New changeset 9b3c5085b4a4 by Ezio Melotti in branch '3.3':
#17163: test_file now works with unittest test discovery.  Patch by Zachary Ware.
http://hg.python.org/cpython/rev/9b3c5085b4a4

New changeset f289e40b3d70 by Ezio Melotti in branch 'default':
#17163: merge with 3.3.
http://hg.python.org/cpython/rev/f289e40b3d70
msg182149 - (view) Author: Ezio Melotti (ezio.melotti) * (Python committer) Date: 2013-02-15 17:20
Fixed, thanks for the patch!
History
Date User Action Args
2022-04-11 14:57:41adminsetgithub: 61365
2013-02-15 17:20:07ezio.melottisetstatus: open -> closed
messages: + msg182149

assignee: ezio.melotti
resolution: fixed
stage: resolved
2013-02-15 17:19:36python-devsetnosy: + python-dev
messages: + msg182148
2013-02-08 19:37:33zach.warecreate