[issue18982] Add tests for CLI of the calendar module

2015-02-05 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- resolution: -> fixed stage: commit review -> resolved status: open -> closed ___ Python tracker ___

[issue18982] Add tests for CLI of the calendar module

2015-02-05 Thread Roundup Robot
Roundup Robot added the comment: New changeset f2991b52157e by Serhiy Storchaka in branch '2.7': Issue #18982: Fixed newlines in calendar CLI tests on Windows. https://hg.python.org/cpython/rev/f2991b52157e -- ___ Python tracker

[issue18982] Add tests for CLI of the calendar module

2015-02-05 Thread Roundup Robot
Roundup Robot added the comment: New changeset 28a9da0842aa by Serhiy Storchaka in branch '3.4': Issue #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 #18982: Add tests for

[issue18982] Add tests for CLI of the calendar module

2015-02-05 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Thanks for your review Berker. -- assignee: -> serhiy.storchaka ___ Python tracker ___ ___ Python

[issue18982] Add tests for CLI of the calendar module

2015-01-29 Thread Berker Peksag
Changes by Berker Peksag : -- stage: patch review -> commit review ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscrib

[issue18982] Add tests for CLI of the calendar module

2015-01-28 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Updated test addresses Berker's comments. -- Added file: http://bugs.python.org/file37904/test_calendar_cli_2.patch ___ Python tracker ___ ___

[issue18982] Add tests for CLI of the calendar module

2015-01-28 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +berker.peksag ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail

[issue18982] Add tests for CLI of the calendar module

2014-10-01 Thread Mark Lawrence
Mark Lawrence added the comment: Just a gentle reminder guys. -- nosy: +BreamoreBoy versions: +Python 3.5 -Python 3.3 ___ Python tracker ___ _

[issue18982] Add tests for CLI of the calendar module

2013-09-08 Thread Serhiy Storchaka
New submission from Serhiy Storchaka: 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. -- components: Tests files: test_calendar_cli.patch keywords: patch messages: 1973