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

Improve queue tests #53603

Closed
bbrazil mannequin opened this issue Jul 23, 2010 · 2 comments
Closed

Improve queue tests #53603

bbrazil mannequin opened this issue Jul 23, 2010 · 2 comments
Labels
stdlib Python modules in the Lib dir

Comments

@bbrazil
Copy link
Mannequin

bbrazil mannequin commented Jul 23, 2010

BPO 9357
Nosy @brettcannon
Files
  • test_queue.patch
  • 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 = None
    closed_at = <Date 2010-07-23.16:56:04.729>
    created_at = <Date 2010-07-23.16:12:24.597>
    labels = ['library']
    title = 'Improve queue tests'
    updated_at = <Date 2010-07-23.16:56:33.199>
    user = 'https://bugs.python.org/bbrazil'

    bugs.python.org fields:

    activity = <Date 2010-07-23.16:56:33.199>
    actor = 'brett.cannon'
    assignee = 'none'
    closed = True
    closed_date = <Date 2010-07-23.16:56:04.729>
    closer = 'brett.cannon'
    components = ['Library (Lib)']
    creation = <Date 2010-07-23.16:12:24.597>
    creator = 'bbrazil'
    dependencies = []
    files = ['18154']
    hgrepos = []
    issue_num = 9357
    keywords = ['patch']
    message_count = 2.0
    messages = ['111354', '111365']
    nosy_count = 2.0
    nosy_names = ['brett.cannon', 'bbrazil']
    pr_nums = []
    priority = 'normal'
    resolution = 'accepted'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue9357'
    versions = ['Python 3.2']

    @bbrazil
    Copy link
    Mannequin Author

    bbrazil mannequin commented Jul 23, 2010

    The attached patch improves the code coverage of queue to 98% by testing empty, full, put_nowait, get_nowait and some error conditions.

    @bbrazil bbrazil mannequin added the stdlib Python modules in the Lib dir label Jul 23, 2010
    @brettcannon
    Copy link
    Member

    r83108

    @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
    stdlib Python modules in the Lib dir
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant