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

Minor unittest doc patch #50098

Closed
voidspace opened this issue Apr 26, 2009 · 2 comments
Closed

Minor unittest doc patch #50098

voidspace opened this issue Apr 26, 2009 · 2 comments
Assignees
Labels
docs Documentation in the Doc dir easy stdlib Python modules in the Lib dir

Comments

@voidspace
Copy link
Contributor

BPO 5848
Nosy @birkenfeld, @voidspace
Files
  • unittest-doc.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/voidspace'
    closed_at = <Date 2009-04-27.17:04:39.980>
    created_at = <Date 2009-04-26.21:21:34.646>
    labels = ['easy', 'library', 'docs']
    title = 'Minor unittest doc patch'
    updated_at = <Date 2009-04-27.17:04:39.956>
    user = 'https://github.com/voidspace'

    bugs.python.org fields:

    activity = <Date 2009-04-27.17:04:39.956>
    actor = 'georg.brandl'
    assignee = 'michael.foord'
    closed = True
    closed_date = <Date 2009-04-27.17:04:39.980>
    closer = 'georg.brandl'
    components = ['Documentation', 'Library (Lib)']
    creation = <Date 2009-04-26.21:21:34.646>
    creator = 'michael.foord'
    dependencies = []
    files = ['13792']
    hgrepos = []
    issue_num = 5848
    keywords = ['patch', 'easy', 'needs review']
    message_count = 2.0
    messages = ['86608', '86684']
    nosy_count = 2.0
    nosy_names = ['georg.brandl', 'michael.foord']
    pr_nums = []
    priority = 'normal'
    resolution = 'accepted'
    stage = None
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue5848'
    versions = ['Python 3.1', 'Python 2.7']

    @voidspace
    Copy link
    Contributor Author

    Removes some blank lines from unittest.rst that were suppressing some
    version changed messages from appearing in output.

    Also added documentation for TestSuite.__iter__ and
    TextTestRunner._makeResult as they are unittest extensibility points.

    I see _makeResult as 'protected' rather than 'private'. Subclasses
    override this method to use a custom test result.

    @voidspace voidspace self-assigned this Apr 26, 2009
    @voidspace voidspace added docs Documentation in the Doc dir stdlib Python modules in the Lib dir easy labels Apr 26, 2009
    @birkenfeld
    Copy link
    Member

    Committed as r72036.

    @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
    docs Documentation in the Doc dir easy stdlib Python modules in the Lib dir
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants