[issue19156] Enum helper functions test-coverage

2013-10-06 Thread Ethan Furman

Ethan Furman added the comment:

Thanks for catching that, Cliff.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue19156
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue19156] Enum helper functions test-coverage

2013-10-06 Thread Roundup Robot

Roundup Robot added the comment:

New changeset 516576f5f9dc by Ethan Furman in branch 'default':
Close #19156: add tests and fix for Enum helper edge cases.  Patch from CliffM.
http://hg.python.org/cpython/rev/516576f5f9dc

--
nosy: +python-dev
resolution:  - fixed
stage: patch review - committed/rejected
status: open - closed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue19156
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue19156] Enum helper functions test-coverage

2013-10-04 Thread Ethan Furman

Changes by Ethan Furman et...@stoneleaf.us:


--
assignee:  - ethan.furman
nosy: +ethan.furman
stage:  - patch review

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue19156
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue19156] Enum helper functions test-coverage

2013-10-03 Thread CliffM

New submission from CliffM:

Added some tests for the _is_sunder and _is_dunder helper functions in the enum 
module.

--
components: Tests
files: enum.patch
keywords: patch
messages: 198923
nosy: CliffM
priority: normal
severity: normal
status: open
title: Enum helper functions test-coverage
type: enhancement
versions: Python 3.4
Added file: http://bugs.python.org/file31955/enum.patch

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue19156
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com