Navigation Menu

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 tests for help sources on configdialog general tab #75186

Closed
terryjreedy opened this issue Jul 24, 2017 · 4 comments
Closed

IDLE: Add tests for help sources on configdialog general tab #75186

terryjreedy opened this issue Jul 24, 2017 · 4 comments
Assignees
Labels
3.7 (EOL) end of life topic-IDLE type-feature A feature request or enhancement

Comments

@terryjreedy
Copy link
Member

BPO 31003
Nosy @terryjreedy, @mlouielu, @csabella
PRs
  • bpo-31003: IDLE - Add more tests for General tab #2859
  • [3.6] bpo-31003: IDLE - Add more tests for General tab (GH-2859) #2906
  • 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-27.01:42:51.219>
    created_at = <Date 2017-07-24.07:27:37.701>
    labels = ['expert-IDLE', 'type-feature', '3.7']
    title = 'IDLE: Add tests for help sources on configdialog general tab'
    updated_at = <Date 2017-07-27.01:42:51.218>
    user = 'https://github.com/terryjreedy'

    bugs.python.org fields:

    activity = <Date 2017-07-27.01:42:51.218>
    actor = 'terry.reedy'
    assignee = 'terry.reedy'
    closed = True
    closed_date = <Date 2017-07-27.01:42:51.219>
    closer = 'terry.reedy'
    components = ['IDLE']
    creation = <Date 2017-07-24.07:27:37.701>
    creator = 'terry.reedy'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 31003
    keywords = []
    message_count = 4.0
    messages = ['299042', '299211', '299281', '299284']
    nosy_count = 3.0
    nosy_names = ['terry.reedy', 'louielu', 'cheryl.sabella']
    pr_nums = ['2859', '2906']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue31003'
    versions = ['Python 3.6', 'Python 3.7']

    @terryjreedy terryjreedy added the 3.7 (EOL) end of life label Jul 24, 2017
    @terryjreedy terryjreedy self-assigned this Jul 24, 2017
    @terryjreedy terryjreedy added topic-IDLE type-feature A feature request or enhancement labels Jul 24, 2017
    @terryjreedy
    Copy link
    Member Author

    Bugs discovered while testing for tests; fix in followup that also streamlines layout.

    Size vars are StringVars and write text strings that give invalid warning when read. Use IntVars and enforce minimum at least 1? Test what tk allows. Will IntVar reject non-digits?

    Helplist: up/down move selection indicator but do not change selection. Fix as with fontlist. Will not edit/delete what expect.

    @terryjreedy
    Copy link
    Member Author

    PR ready for test and review.

    @terryjreedy
    Copy link
    Member Author

    New changeset 2bc8f0e by Terry Jan Reedy in branch 'master':
    bpo-31003: IDLE - Add more tests for General tab (bpo-2859)
    2bc8f0e

    @terryjreedy
    Copy link
    Member Author

    New changeset 0c4c651 by Terry Jan Reedy in branch '3.6':
    [3.6] bpo-31003: IDLE - Add more tests for General tab (GH-2859) (bpo-2906)
    0c4c651

    @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 (EOL) end of life topic-IDLE type-feature A feature request or enhancement
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant