Issue 18982: Add tests for CLI of the calendar module (original) (raw)

Created on 2013-09-08 21:08 by serhiy.storchaka, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
test_calendar_cli.patch serhiy.storchaka,2013-09-08 21:08 review
test_calendar_cli_2.patch serhiy.storchaka,2015-01-29 07:29 review
Messages (6)
msg197320 - (view) Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) Date: 2013-09-08 21:08
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.
msg228146 - (view) Author: Mark Lawrence (BreamoreBoy) * Date: 2014-10-02 00:48
Just a gentle reminder guys.
msg234951 - (view) Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) Date: 2015-01-29 07:29
Updated test addresses Berker's comments.
msg235433 - (view) Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) Date: 2015-02-05 12:39
Thanks for your review Berker.
msg235436 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2015-02-05 13:19
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 CLI of the calendar module. https://hg.python.org/cpython/rev/e057da873673 New changeset 50a5c262b2e6 by Serhiy Storchaka in branch '2.7': Issue #18982: Add tests for CLI of the calendar module. https://hg.python.org/cpython/rev/50a5c262b2e6
msg235438 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2015-02-05 16:04
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
History
Date User Action Args
2022-04-11 14:57:50 admin set github: 63182
2015-02-05 16:55:30 serhiy.storchaka set status: open -> closedresolution: fixedstage: commit review -> resolved
2015-02-05 16:04:15 python-dev set messages: +
2015-02-05 13:19:51 python-dev set nosy: + python-devmessages: +
2015-02-05 12:39:46 serhiy.storchaka set assignee: serhiy.storchakamessages: +
2015-01-29 21:52:52 berker.peksag set stage: patch review -> commit review
2015-01-29 07:29:06 serhiy.storchaka set files: + test_calendar_cli_2.patchmessages: +
2015-01-29 00:54:26 berker.peksag set nosy: + berker.peksag
2014-10-02 00:48:42 BreamoreBoy set nosy: + BreamoreBoymessages: + versions: + Python 3.5, - Python 3.3
2013-09-08 21:09:31 serhiy.storchaka link issue18973 dependencies
2013-09-08 21:08:40 serhiy.storchaka create