Issue 19156: Enum helper functions test-coverage (original) (raw)

Issue19156

Created on 2013-10-03 22:08 by CliffM, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
enum.patch CliffM,2013-10-03 22:08 new tests, and slight original function change review
Messages (3)
msg198923 - (view) Author: CliffM (CliffM) Date: 2013-10-03 22:08
Added some tests for the _is_sunder and _is_dunder helper functions in the enum module.
msg199120 - (view) Author: Ethan Furman (ethan.furman) * (Python committer) Date: 2013-10-07 00:14
Thanks for catching that, Cliff.
msg199121 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2013-10-07 00:20
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
History
Date User Action Args
2022-04-11 14:57:51 admin set github: 63355
2013-10-07 00:20:09 python-dev set status: open -> closednosy: + python-devmessages: + resolution: fixedstage: patch review -> resolved
2013-10-07 00:14:56 ethan.furman set messages: +
2013-10-04 07:49:28 ethan.furman set assignee: ethan.furmannosy: + ethan.furmanstage: patch review
2013-10-03 22:08:19 CliffM create