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 long option names to unittest discovery docs #61405

Closed
cjerdonek opened this issue Feb 14, 2013 · 4 comments
Closed

add long option names to unittest discovery docs #61405

cjerdonek opened this issue Feb 14, 2013 · 4 comments
Labels
docs Documentation in the Doc dir easy type-feature A feature request or enhancement

Comments

@cjerdonek
Copy link
Member

BPO 17203
Nosy @ezio-melotti, @voidspace, @cjerdonek
Files
  • 17203.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 = None
    closed_at = <Date 2013-02-22.03:05:47.947>
    created_at = <Date 2013-02-14.06:47:08.688>
    labels = ['easy', 'type-feature', 'docs']
    title = 'add long option names to unittest discovery docs'
    updated_at = <Date 2013-02-22.03:05:47.946>
    user = 'https://github.com/cjerdonek'

    bugs.python.org fields:

    activity = <Date 2013-02-22.03:05:47.946>
    actor = 'chris.jerdonek'
    assignee = 'docs@python'
    closed = True
    closed_date = <Date 2013-02-22.03:05:47.947>
    closer = 'chris.jerdonek'
    components = ['Documentation']
    creation = <Date 2013-02-14.06:47:08.688>
    creator = 'chris.jerdonek'
    dependencies = []
    files = ['29092']
    hgrepos = []
    issue_num = 17203
    keywords = ['patch', 'easy']
    message_count = 4.0
    messages = ['182078', '182246', '182247', '182624']
    nosy_count = 6.0
    nosy_names = ['ezio.melotti', 'michael.foord', 'chris.jerdonek', 'docs@python', 'python-dev', 'gennad']
    pr_nums = []
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue17203'
    versions = ['Python 2.7', 'Python 3.2', 'Python 3.3', 'Python 3.4']

    @cjerdonek
    Copy link
    Member Author

    Currently, unittest's discovery command-line documentation:

    http://docs.python.org/dev/library/unittest.html#test-discovery

    does not include the long option names (--start-directory, --pattern, and --top-level-directory):

    http://hg.python.org/cpython/file/0f827775f7b7/Lib/unittest/main.py#l215

    This issue is to add those.

    @cjerdonek cjerdonek added docs Documentation in the Doc dir easy type-feature A feature request or enhancement labels Feb 14, 2013
    @gennad
    Copy link
    Mannequin

    gennad mannequin commented Feb 16, 2013

    Hi, here's the patch. Should I provide patches for other branches?

    @cjerdonek
    Copy link
    Member Author

    Thanks, one patch should be fine, though the change should be applied to all branches.

    @python-dev
    Copy link
    Mannequin

    python-dev mannequin commented Feb 22, 2013

    New changeset f4ccc5aab287 by Chris Jerdonek in branch '2.7':
    Issue bpo-17203: add long option names to unittest discovery docs.
    http://hg.python.org/cpython/rev/f4ccc5aab287

    New changeset c0581f7be196 by Chris Jerdonek in branch '3.2':
    Issue bpo-17203: add long option names to unittest discovery docs.
    http://hg.python.org/cpython/rev/c0581f7be196

    New changeset 7d1122c79985 by Chris Jerdonek in branch '3.3':
    Issue bpo-17203: add long option names to unittest discovery docs.
    http://hg.python.org/cpython/rev/7d1122c79985

    New changeset bbe5efa9c667 by Chris Jerdonek in branch 'default':
    Issue bpo-17203: add long option names to unittest discovery docs.
    http://hg.python.org/cpython/rev/bbe5efa9c667

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

    No branches or pull requests

    1 participant