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 unittestguirunner to Tools/ #54711

Closed
voidspace opened this issue Nov 22, 2010 · 6 comments
Closed

Add unittestguirunner to Tools/ #54711

voidspace opened this issue Nov 22, 2010 · 6 comments
Assignees
Labels
stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error

Comments

@voidspace
Copy link
Contributor

BPO 10502
Nosy @ronaldoussoren, @ned-deily, @voidspace, @briancurtin
Files
  • unittestgui.patch: patch adding unittestgui.py to Tools/scripts/
  • 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/voidspace'
    closed_at = <Date 2011-01-03.15:46:15.665>
    created_at = <Date 2010-11-22.11:22:57.026>
    labels = ['type-bug', 'library']
    title = 'Add unittestguirunner to Tools/'
    updated_at = <Date 2011-03-04.05:39:24.877>
    user = 'https://github.com/voidspace'

    bugs.python.org fields:

    activity = <Date 2011-03-04.05:39:24.877>
    actor = 'techtonik'
    assignee = 'michael.foord'
    closed = True
    closed_date = <Date 2011-01-03.15:46:15.665>
    closer = 'michael.foord'
    components = ['Library (Lib)']
    creation = <Date 2010-11-22.11:22:57.026>
    creator = 'michael.foord'
    dependencies = []
    files = ['20016']
    hgrepos = []
    issue_num = 10502
    keywords = ['patch']
    message_count = 6.0
    messages = ['122110', '122111', '123805', '125184', '126314', '130026']
    nosy_count = 6.0
    nosy_names = ['ronaldoussoren', 'techtonik', 'ned.deily', 'michael.foord', 'brian.curtin', 'MarkRoddy']
    pr_nums = []
    priority = 'low'
    resolution = 'accepted'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue10502'
    versions = ['Python 3.2']

    @voidspace
    Copy link
    Contributor Author

    Add the unittestgui test runner, built with Tk, to the Tools directory.

    It would be good to have this script included in the bin/ directory of the Mac installer as well.

    The unittestgui runner can be found at:

    https://bitbucket.org/markroddy/unittestgui
    

    The code is a modification of the original unittestgui by Steve Purcell and updated for test discovery by Mark Roddy. I have asked Mark if he is willing to help maintain the code and asked him to complete a contributor agreement.

    @voidspace voidspace self-assigned this Nov 22, 2010
    @voidspace voidspace added stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error labels Nov 22, 2010
    @voidspace
    Copy link
    Contributor Author

    It will need documenting, or at least pointing to in the documentation, probably with a note recommending Hudson for production use - unittestgui is a tool for beginners / convenience.

    Note also that Brian Curtin has contributed a patch to make unittestgui Python 3 compatible. This has not yet been 'merged upstream':

    http://lists.idyll.org/pipermail/testing-in-python/2010-November/003604.html

    @MarkRoddy
    Copy link
    Mannequin

    MarkRoddy mannequin commented Dec 11, 2010

    Attaching patch that adds the unittestgui to Tools/scripts. Also has updates to the unittest documentation which includes a note that this tool is for beginners and a CI system should be used in general.

    @voidspace
    Copy link
    Contributor Author

    Committed revision 87685.

    It would be nice to see this included in the Mac OS X and Windows distribution, but I guess that applies to the *whole* Tools/ directory.

    @ned-deily
    Copy link
    Member

    FYI, as of 3.2rc1, Tools/ is now included in Mac OS X distributions in /Applications/Python 3.2/Extras/.

    @techtonik
    Copy link
    Mannequin

    techtonik mannequin commented Mar 4, 2011

    Not present on Windows. See also issue bpo-11394

    @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 type-bug An unexpected behavior, bug, or error
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants