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

Documentation for unittest.main does not describe some keyword arguments. #58763

Closed
jfinkels mannequin opened this issue Apr 12, 2012 · 5 comments
Closed

Documentation for unittest.main does not describe some keyword arguments. #58763

jfinkels mannequin opened this issue Apr 12, 2012 · 5 comments
Assignees
Labels
docs Documentation in the Doc dir type-feature A feature request or enhancement

Comments

@jfinkels
Copy link
Mannequin

jfinkels mannequin commented Apr 12, 2012

BPO 14558
Nosy @ezio-melotti, @voidspace
Files
  • issue14558.diff: Patch against 2.7.
  • 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/ezio-melotti'
    closed_at = <Date 2012-04-30.16:12:06.643>
    created_at = <Date 2012-04-12.05:26:14.697>
    labels = ['type-feature', 'docs']
    title = 'Documentation for unittest.main does not describe some keyword arguments.'
    updated_at = <Date 2012-04-30.16:12:06.642>
    user = 'https://bugs.python.org/jfinkels'

    bugs.python.org fields:

    activity = <Date 2012-04-30.16:12:06.642>
    actor = 'ezio.melotti'
    assignee = 'ezio.melotti'
    closed = True
    closed_date = <Date 2012-04-30.16:12:06.643>
    closer = 'ezio.melotti'
    components = ['Documentation']
    creation = <Date 2012-04-12.05:26:14.697>
    creator = 'jfinkels'
    dependencies = []
    files = ['25404']
    hgrepos = []
    issue_num = 14558
    keywords = ['patch']
    message_count = 5.0
    messages = ['158104', '159587', '159702', '159703', '159704']
    nosy_count = 5.0
    nosy_names = ['ezio.melotti', 'michael.foord', 'jfinkels', 'docs@python', 'python-dev']
    pr_nums = []
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue14558'
    versions = ['Python 2.7', 'Python 3.2', 'Python 3.3']

    @jfinkels
    Copy link
    Mannequin Author

    jfinkels mannequin commented Apr 12, 2012

    Documentation for unittest.main, at <http://docs.python.org/dev/library/unittest.html#unittest.main\>, does not describe the keyword arguments 'module', 'argv', or 'testLoader'.

    @jfinkels jfinkels mannequin assigned docspython Apr 12, 2012
    @jfinkels jfinkels mannequin added docs Documentation in the Doc dir type-feature A feature request or enhancement labels Apr 12, 2012
    @ezio-melotti
    Copy link
    Member

    Here's a patch.

    @voidspace
    Copy link
    Contributor

    A good change - thanks Ezio.

    @python-dev
    Copy link
    Mannequin

    python-dev mannequin commented Apr 30, 2012

    New changeset 55b2258c1c7c by Ezio Melotti in branch '2.7':
    bpo-14558: document the module, argv, and testLoader args of unittest.main.
    http://hg.python.org/cpython/rev/55b2258c1c7c

    New changeset 06046a6943a7 by Ezio Melotti in branch '3.2':
    bpo-14558: document the module, argv, and testLoader args of unittest.main.
    http://hg.python.org/cpython/rev/06046a6943a7

    New changeset 6e541ed4e987 by Ezio Melotti in branch 'default':
    bpo-14558: merge with 3.2.
    http://hg.python.org/cpython/rev/6e541ed4e987

    @ezio-melotti
    Copy link
    Member

    Fixed, thanks for the review!

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

    No branches or pull requests

    2 participants