Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unittest test discovery improvements #50817

Closed
voidspace opened this issue Jul 24, 2009 · 2 comments
Closed

unittest test discovery improvements #50817

voidspace opened this issue Jul 24, 2009 · 2 comments
Assignees
Labels
type-feature A feature request or enhancement

Comments

@voidspace
Copy link
Contributor

BPO 6568
Nosy @voidspace

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/voidspace'
closed_at = <Date 2009-09-13.19:07:22.700>
created_at = <Date 2009-07-24.23:16:05.920>
labels = ['type-feature']
title = 'unittest test discovery improvements'
updated_at = <Date 2009-09-13.19:07:22.614>
user = 'https://github.com/voidspace'

bugs.python.org fields:

activity = <Date 2009-09-13.19:07:22.614>
actor = 'michael.foord'
assignee = 'michael.foord'
closed = True
closed_date = <Date 2009-09-13.19:07:22.700>
closer = 'michael.foord'
components = []
creation = <Date 2009-07-24.23:16:05.920>
creator = 'michael.foord'
dependencies = []
files = []
hgrepos = []
issue_num = 6568
keywords = []
message_count = 2.0
messages = ['90904', '92583']
nosy_count = 1.0
nosy_names = ['michael.foord']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = 'needs patch'
status = 'closed'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue6568'
versions = ['Python 2.7', 'Python 3.2']

@voidspace
Copy link
Contributor Author

Issue to track improvements in the standalone discover.py that I need to
port to the test discovery in unittest.

  • Failure to import a module does not halt discovery
  • Will not attempt to import test files whose names are not valid Python
    identifiers, even if they match the pattern

@voidspace voidspace self-assigned this Jul 24, 2009
@voidspace voidspace added the type-feature A feature request or enhancement label Jul 24, 2009
@voidspace
Copy link
Contributor Author

Committed revision 74785.

@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-feature A feature request or enhancement
Projects
None yet
Development

No branches or pull requests

1 participant