-
-
Notifications
You must be signed in to change notification settings - Fork 34.3k
unittest should understand SkipTest at import time during test discovery #61139
Copy link
Copy link
Closed
Labels
stdlibStandard Library Python modules in the Lib/ directoryStandard Library Python modules in the Lib/ directorytype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Description
| BPO | 16935 |
|---|---|
| Nosy | @brettcannon, @vstinner, @ezio-melotti, @merwok, @voidspace, @asvetlov, @cjerdonek, @zware |
| PRs | |
| Files |
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
assignee = 'https://github.com/ezio-melotti'
closed_at = <Date 2013-03-01.12:49:23.465>
created_at = <Date 2013-01-11.14:43:08.605>
labels = ['type-bug', 'library']
title = 'unittest should understand SkipTest at import time during test discovery'
updated_at = <Date 2017-06-30.11:39:51.110>
user = 'https://github.com/brettcannon'bugs.python.org fields:
activity = <Date 2017-06-30.11:39:51.110>
actor = 'pitrou'
assignee = 'ezio.melotti'
closed = True
closed_date = <Date 2013-03-01.12:49:23.465>
closer = 'ezio.melotti'
components = ['Library (Lib)']
creation = <Date 2013-01-11.14:43:08.605>
creator = 'brett.cannon'
dependencies = []
files = ['28884', '29039', '29237']
hgrepos = []
issue_num = 16935
keywords = ['patch']
message_count = 20.0
messages = ['179681', '179682', '179700', '179770', '179903', '179904', '179946', '179952', '180877', '181864', '181902', '181909', '182969', '183122', '183256', '183257', '183258', '297375', '297385', '297389']
nosy_count = 10.0
nosy_names = ['brett.cannon', 'vstinner', 'ezio.melotti', 'eric.araujo', 'Arfrever', 'michael.foord', 'asvetlov', 'chris.jerdonek', 'python-dev', 'zach.ware']
pr_nums = ['2502', '2505', '2506']
priority = 'normal'
resolution = 'fixed'
stage = 'resolved'
status = 'closed'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue16935'
versions = ['Python 3.4']Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
stdlibStandard Library Python modules in the Lib/ directoryStandard Library Python modules in the Lib/ directorytype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error