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

New resource ('gui') for regrtest #49333

Closed
gpolo mannequin opened this issue Jan 27, 2009 · 7 comments
Closed

New resource ('gui') for regrtest #49333

gpolo mannequin opened this issue Jan 27, 2009 · 7 comments
Labels
tests Tests in the Lib/test dir

Comments

@gpolo
Copy link
Mannequin

gpolo mannequin commented Jan 27, 2009

BPO 5083
Nosy @brettcannon, @benjaminp
Files
  • regrtest_gui_resource.diff
  • 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 2009-01-28.20:06:52.900>
    created_at = <Date 2009-01-27.20:30:20.014>
    labels = ['tests']
    title = "New resource ('gui') for regrtest"
    updated_at = <Date 2009-01-28.20:06:52.899>
    user = 'https://bugs.python.org/gpolo'

    bugs.python.org fields:

    activity = <Date 2009-01-28.20:06:52.899>
    actor = 'gpolo'
    assignee = 'none'
    closed = True
    closed_date = <Date 2009-01-28.20:06:52.900>
    closer = 'gpolo'
    components = ['Tests']
    creation = <Date 2009-01-27.20:30:20.014>
    creator = 'gpolo'
    dependencies = []
    files = ['12878']
    hgrepos = []
    issue_num = 5083
    keywords = ['patch']
    message_count = 7.0
    messages = ['80668', '80713', '80714', '80715', '80721', '80723', '80725']
    nosy_count = 3.0
    nosy_names = ['brett.cannon', 'benjamin.peterson', 'gpolo']
    pr_nums = []
    priority = 'normal'
    resolution = 'fixed'
    stage = None
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue5083'
    versions = ['Python 3.1', 'Python 2.7']

    @gpolo
    Copy link
    Mannequin Author

    gpolo mannequin commented Jan 27, 2009

    I would like to add a 'gui' resource in regrtest, this would be nice for
    the ttk module that I'm planning to do add very soon (after I solve
    another issue about tests).

    @gpolo gpolo mannequin added the tests Tests in the Lib/test dir label Jan 27, 2009
    @gpolo
    Copy link
    Mannequin Author

    gpolo mannequin commented Jan 28, 2009

    Uhm, maybe this 'gui' resource is too special to live in use_resources ?
    Maybe a new option in regrtest would be better ?

    @benjaminp
    Copy link
    Contributor

    Do the tests require human interaction? If so, it should definitely be
    another option.

    Otherwise, I'm don't know if we'll be wreaking havok with the buildbots
    by including it in -uall even if it is automatic.

    @gpolo
    Copy link
    Mannequin Author

    gpolo mannequin commented Jan 28, 2009

    Do the tests require human interaction? If so, it should definitely be
    another option.

    No interaction is needed for the current ones.

    Otherwise, I'm don't know if we'll be wreaking havok with the buildbots
    by including it in -uall even if it is automatic.

    I'm worried that those buildbots systems are not really supposed to
    have all the libraries required installed, the only exception would be
    the ones running under Windows.

    @brettcannon
    Copy link
    Member

    Well, if the libraries for Ttk are not included then the tests should
    get skipped when the import fails.

    A key reason to leaving something out of 'all' is if it takes a REALLY
    long time like the zipfile64 tests.

    @gpolo
    Copy link
    Mannequin Author

    gpolo mannequin commented Jan 28, 2009

    Well, if the libraries for Ttk are not included then the tests should
    get skipped when the import fails.

    Ah yes, good you said that because I wasn't doing it.

    A key reason to leaving something out of 'all' is if it takes a REALLY
    long time like the zipfile64 tests.

    I will add a 'gui' resource on regrtest then.

    @gpolo
    Copy link
    Mannequin Author

    gpolo mannequin commented Jan 28, 2009

    Added in r69063

    @gpolo gpolo mannequin closed this as completed Jan 28, 2009
    @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
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants