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 tests for CLI of the calendar module #63182

Closed
serhiy-storchaka opened this issue Sep 8, 2013 · 6 comments
Closed

Add tests for CLI of the calendar module #63182

serhiy-storchaka opened this issue Sep 8, 2013 · 6 comments
Assignees
Labels
tests Tests in the Lib/test dir type-feature A feature request or enhancement

Comments

@serhiy-storchaka
Copy link
Member

BPO 18982
Nosy @rhettinger, @bitdancer, @berkerpeksag, @serhiy-storchaka
Files
  • test_calendar_cli.patch
  • test_calendar_cli_2.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/serhiy-storchaka'
    closed_at = <Date 2015-02-05.16:55:30.416>
    created_at = <Date 2013-09-08.21:08:40.177>
    labels = ['type-feature', 'tests']
    title = 'Add tests for CLI of the calendar module'
    updated_at = <Date 2015-02-05.16:55:30.415>
    user = 'https://github.com/serhiy-storchaka'

    bugs.python.org fields:

    activity = <Date 2015-02-05.16:55:30.415>
    actor = 'serhiy.storchaka'
    assignee = 'serhiy.storchaka'
    closed = True
    closed_date = <Date 2015-02-05.16:55:30.416>
    closer = 'serhiy.storchaka'
    components = ['Tests']
    creation = <Date 2013-09-08.21:08:40.177>
    creator = 'serhiy.storchaka'
    dependencies = []
    files = ['31687', '37904']
    hgrepos = []
    issue_num = 18982
    keywords = ['patch']
    message_count = 6.0
    messages = ['197320', '228146', '234951', '235433', '235436', '235438']
    nosy_count = 6.0
    nosy_names = ['rhettinger', 'r.david.murray', 'BreamoreBoy', 'python-dev', 'berker.peksag', 'serhiy.storchaka']
    pr_nums = []
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue18982'
    versions = ['Python 2.7', 'Python 3.4', 'Python 3.5']

    @serhiy-storchaka
    Copy link
    Member Author

    The proposed patch adds tests for command-line interface of the calendar module. It also makes calendar tests discoverable and makes some existing tests more strong.

    @serhiy-storchaka serhiy-storchaka added tests Tests in the Lib/test dir type-feature A feature request or enhancement labels Sep 8, 2013
    @BreamoreBoy
    Copy link
    Mannequin

    BreamoreBoy mannequin commented Oct 2, 2014

    Just a gentle reminder guys.

    @serhiy-storchaka
    Copy link
    Member Author

    Updated test addresses Berker's comments.

    @serhiy-storchaka
    Copy link
    Member Author

    Thanks for your review Berker.

    @serhiy-storchaka serhiy-storchaka self-assigned this Feb 5, 2015
    @python-dev
    Copy link
    Mannequin

    python-dev mannequin commented Feb 5, 2015

    New changeset 28a9da0842aa by Serhiy Storchaka in branch '3.4':
    Issue bpo-18982: Add tests for CLI of the calendar module.
    https://hg.python.org/cpython/rev/28a9da0842aa

    New changeset e057da873673 by Serhiy Storchaka in branch 'default':
    Issue bpo-18982: Add tests for CLI of the calendar module.
    https://hg.python.org/cpython/rev/e057da873673

    New changeset 50a5c262b2e6 by Serhiy Storchaka in branch '2.7':
    Issue bpo-18982: Add tests for CLI of the calendar module.
    https://hg.python.org/cpython/rev/50a5c262b2e6

    @python-dev
    Copy link
    Mannequin

    python-dev mannequin commented Feb 5, 2015

    New changeset f2991b52157e by Serhiy Storchaka in branch '2.7':
    Issue bpo-18982: Fixed newlines in calendar CLI tests on Windows.
    https://hg.python.org/cpython/rev/f2991b52157e

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

    No branches or pull requests

    1 participant