Issue 17779: Fix test discovery for test_osx_env.py (original) (raw)

Issue17779

Created on 2013-04-17 18:29 by zach.ware, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
test_osx_env_discovery.diff zach.ware,2013-04-17 18:29 test_osx_env.py fix, version 1 review
Messages (3)
msg187189 - (view) Author: Zachary Ware (zach.ware) * (Python committer) Date: 2013-04-17 18:29
This patch converts test_osx_env.py to use a skip decorator instead of just not running the test at all.
msg187333 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2013-04-19 02:39
New changeset f5d31084fbbd by Ezio Melotti in branch '3.3': #17779: test_osx_env now works with unittest test discovery. Patch by Zachary Ware. http://hg.python.org/cpython/rev/f5d31084fbbd New changeset 4ea9a8e5ec21 by Ezio Melotti in branch 'default': #17779: merge with 3.3. http://hg.python.org/cpython/rev/4ea9a8e5ec21
msg187336 - (view) Author: Ezio Melotti (ezio.melotti) * (Python committer) Date: 2013-04-19 02:56
Fixed, thanks for the patch!
History
Date User Action Args
2022-04-11 14:57:44 admin set github: 61979
2013-04-19 02:56:37 ezio.melotti set status: open -> closedmessages: + assignee: ezio.melottiresolution: fixedstage: resolved
2013-04-19 02:39:01 python-dev set nosy: + python-devmessages: +
2013-04-17 18:29:16 zach.ware create