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

IDLE: Add idle config parser unittest #75082

Closed
mlouielu mannequin opened this issue Jul 11, 2017 · 4 comments
Closed

IDLE: Add idle config parser unittest #75082

mlouielu mannequin opened this issue Jul 11, 2017 · 4 comments
Assignees
Labels
3.7 only security fixes topic-IDLE type-feature A feature request or enhancement

Comments

@9da18a29-a07d-4828-a801-24cc911246de
Copy link
Mannequin

mlouielu mannequin commented Jul 11, 2017

BPO 30899
Nosy @terryjreedy, @mlouielu, @csabella
PRs
  • bpo-30899: IDLE: Add idle config parser unittest #2662
  • [3.6] bpo-30899: Add unittests, 100% coverage, for IDLE's two ConfigP… #2685
  • 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/terryjreedy'
    closed_at = <Date 2017-07-12.18:17:41.540>
    created_at = <Date 2017-07-11.06:12:54.138>
    labels = ['expert-IDLE', 'type-feature', '3.7']
    title = 'IDLE: Add idle config parser unittest'
    updated_at = <Date 2017-07-12.18:42:42.282>
    user = 'https://github.com/mlouielu'

    bugs.python.org fields:

    activity = <Date 2017-07-12.18:42:42.282>
    actor = 'terry.reedy'
    assignee = 'terry.reedy'
    closed = True
    closed_date = <Date 2017-07-12.18:17:41.540>
    closer = 'terry.reedy'
    components = ['IDLE']
    creation = <Date 2017-07-11.06:12:54.138>
    creator = 'louielu'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 30899
    keywords = []
    message_count = 4.0
    messages = ['298126', '298129', '298240', '298242']
    nosy_count = 3.0
    nosy_names = ['terry.reedy', 'louielu', 'cheryl.sabella']
    pr_nums = ['2662', '2685']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue30899'
    versions = ['Python 3.6', 'Python 3.7']

    @9da18a29-a07d-4828-a801-24cc911246de
    Copy link
    Mannequin Author

    mlouielu mannequin commented Jul 11, 2017

    Add IdleConfParser and IdleUserConfParser unittest.

    @9da18a29-a07d-4828-a801-24cc911246de mlouielu mannequin added the 3.7 only security fixes label Jul 11, 2017
    @9da18a29-a07d-4828-a801-24cc911246de mlouielu mannequin assigned terryjreedy Jul 11, 2017
    @9da18a29-a07d-4828-a801-24cc911246de mlouielu mannequin added the topic-IDLE label Jul 11, 2017
    @terryjreedy
    Copy link
    Member

    I plan to review tomorrow afternoon.

    @terryjreedy terryjreedy added the type-feature A feature request or enhancement label Jul 11, 2017
    @terryjreedy
    Copy link
    Member

    New changeset 50c9435 by terryjreedy (Louie Lu) in branch 'master':
    bpo-30899: Add unittests, 100% coverage, for IDLE's two ConfigParser subclasses. (bpo-2662)
    50c9435

    @terryjreedy
    Copy link
    Member

    New changeset a9bf62c by terryjreedy in branch '3.6':
    [3.6] bpo-30899: Add unittests, 100% coverage, for IDLE's two ConfigParser subclasses. (GH-2662) (bpo-2685)
    a9bf62c

    @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
    3.7 only security fixes topic-IDLE type-feature A feature request or enhancement
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant