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

Add tests for Tkinter images #65804

Closed
serhiy-storchaka opened this issue May 29, 2014 · 2 comments
Closed

Add tests for Tkinter images #65804

serhiy-storchaka opened this issue May 29, 2014 · 2 comments
Assignees
Labels
tests Tests in the Lib/test dir topic-tkinter type-feature A feature request or enhancement

Comments

@serhiy-storchaka
Copy link
Member

BPO 21605
Nosy @serhiy-storchaka
Files
  • tkinter_test_images.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 = 'https://github.com/serhiy-storchaka'
    closed_at = <Date 2014-06-01.09:57:04.274>
    created_at = <Date 2014-05-29.14:22:43.183>
    labels = ['tests', 'type-feature', 'expert-tkinter']
    title = 'Add tests for Tkinter images'
    updated_at = <Date 2014-06-01.09:57:04.273>
    user = 'https://github.com/serhiy-storchaka'

    bugs.python.org fields:

    activity = <Date 2014-06-01.09:57:04.273>
    actor = 'serhiy.storchaka'
    assignee = 'serhiy.storchaka'
    closed = True
    closed_date = <Date 2014-06-01.09:57:04.274>
    closer = 'serhiy.storchaka'
    components = ['Tests', 'Tkinter']
    creation = <Date 2014-05-29.14:22:43.183>
    creator = 'serhiy.storchaka'
    dependencies = []
    files = ['35401']
    hgrepos = []
    issue_num = 21605
    keywords = ['patch']
    message_count = 2.0
    messages = ['219345', '219494']
    nosy_count = 2.0
    nosy_names = ['python-dev', 'serhiy.storchaka']
    pr_nums = []
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue21605'
    versions = ['Python 2.7', 'Python 3.4', 'Python 3.5']

    @serhiy-storchaka
    Copy link
    Member Author

    Proposed patch adds tests for tkinter's classes BitmapImage and PhotoImage. Some tests are temporary skipped until resolving bpo-21580.

    @serhiy-storchaka serhiy-storchaka self-assigned this May 29, 2014
    @serhiy-storchaka serhiy-storchaka added tests Tests in the Lib/test dir topic-tkinter type-feature A feature request or enhancement labels May 29, 2014
    @python-dev
    Copy link
    Mannequin

    python-dev mannequin commented Jun 1, 2014

    New changeset fcbb15edb73a by Serhiy Storchaka in branch '2.7':
    Issue bpo-21605: Added tests for Tkinter images.
    http://hg.python.org/cpython/rev/fcbb15edb73a

    New changeset 6c8b2ab55976 by Serhiy Storchaka in branch '3.4':
    Issue bpo-21605: Added tests for Tkinter images.
    http://hg.python.org/cpython/rev/6c8b2ab55976

    New changeset 13254db884e9 by Serhiy Storchaka in branch 'default':
    Issue bpo-21605: Added tests for Tkinter images.
    http://hg.python.org/cpython/rev/13254db884e9

    @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 topic-tkinter type-feature A feature request or enhancement
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant