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

Enum helper functions test-coverage #63355

Closed
CliffM mannequin opened this issue Oct 3, 2013 · 3 comments
Closed

Enum helper functions test-coverage #63355

CliffM mannequin opened this issue Oct 3, 2013 · 3 comments
Assignees
Labels
tests Tests in the Lib/test dir type-feature A feature request or enhancement

Comments

@CliffM
Copy link
Mannequin

CliffM mannequin commented Oct 3, 2013

BPO 19156
Nosy @ethanfurman
Files
  • enum.patch: new tests, and slight original function change
  • 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/ethanfurman'
    closed_at = <Date 2013-10-07.00:20:09.070>
    created_at = <Date 2013-10-03.22:08:19.892>
    labels = ['type-feature', 'tests']
    title = 'Enum helper functions test-coverage'
    updated_at = <Date 2013-10-07.00:20:09.059>
    user = 'https://bugs.python.org/CliffM'

    bugs.python.org fields:

    activity = <Date 2013-10-07.00:20:09.059>
    actor = 'python-dev'
    assignee = 'ethan.furman'
    closed = True
    closed_date = <Date 2013-10-07.00:20:09.070>
    closer = 'python-dev'
    components = ['Tests']
    creation = <Date 2013-10-03.22:08:19.892>
    creator = 'CliffM'
    dependencies = []
    files = ['31955']
    hgrepos = []
    issue_num = 19156
    keywords = ['patch']
    message_count = 3.0
    messages = ['198923', '199120', '199121']
    nosy_count = 3.0
    nosy_names = ['ethan.furman', 'python-dev', 'CliffM']
    pr_nums = []
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue19156'
    versions = ['Python 3.4']

    @CliffM
    Copy link
    Mannequin Author

    CliffM mannequin commented Oct 3, 2013

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

    @CliffM CliffM mannequin added tests Tests in the Lib/test dir type-feature A feature request or enhancement labels Oct 3, 2013
    @ethanfurman ethanfurman self-assigned this Oct 4, 2013
    @ethanfurman
    Copy link
    Member

    Thanks for catching that, Cliff.

    @python-dev
    Copy link
    Mannequin

    python-dev mannequin commented Oct 7, 2013

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

    @python-dev python-dev mannequin closed this as completed Oct 7, 2013
    @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
    tests Tests in the Lib/test dir type-feature A feature request or enhancement
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant