[issue14796] Calendar module test coverage improved

2012-05-13 Thread Oleg Plakhotnyuk
New submission from Oleg Plakhotnyuk : I've improved calendar.py test coverage a bit. Before: 41071% calendar (.../Lib/calendar.py) After: 41077% calendar (.../Lib/calendar.py) -- components: Tests files: test_calendar.patch keywords: patch messages: 160519 nosy: Ole

[issue14796] Calendar module test coverage improved

2012-05-13 Thread Brett Cannon
Changes by Brett Cannon : -- stage: -> patch review ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mai

[issue14796] Calendar module test coverage improved

2012-05-13 Thread Ezio Melotti
Changes by Ezio Melotti : -- nosy: +ezio.melotti type: -> enhancement ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubs

[issue14796] Calendar module test coverage improved

2012-05-13 Thread R. David Murray
R. David Murray added the comment: Thanks for the patch. There are a couple of things I'd change, which I or someone could do while committing if you prefer, but if you'd like to tune up the patch yourself that would be great. The first is that I'd break up the tests that run more than one t

[issue14796] Calendar module test coverage improved

2012-05-13 Thread Oleg Plakhotnyuk
Oleg Plakhotnyuk added the comment: Thanks for the review. I'll happily tune the patch myself. Just when I have some spare time again. -- ___ Python tracker ___ ___

[issue14796] Calendar module test coverage improved

2012-05-18 Thread Oleg Plakhotnyuk
Changes by Oleg Plakhotnyuk : Removed file: http://bugs.python.org/file25562/test_calendar.patch ___ Python tracker ___ ___ Python-bugs-list m

[issue14796] Calendar module test coverage improved

2012-05-18 Thread Oleg Plakhotnyuk
Oleg Plakhotnyuk added the comment: I didn't event know that there is such a handy assertRaisesRegex context. Many thanks for pointing this out! -- Added file: http://bugs.python.org/file25632/test_calendar.patch ___ Python tracker

[issue14796] Calendar module test coverage improved

2012-05-25 Thread Oleg Plakhotnyuk
Changes by Oleg Plakhotnyuk : Removed file: http://bugs.python.org/file25632/test_calendar.patch ___ Python tracker ___ ___ Python-bugs-list m

[issue14796] Calendar module test coverage improved

2012-05-25 Thread Oleg Plakhotnyuk
Changes by Oleg Plakhotnyuk : Added file: http://bugs.python.org/file25705/test_calendar.patch ___ Python tracker ___ ___ Python-bugs-list mai

[issue14796] Calendar module test coverage improved

2012-05-29 Thread Roundup Robot
Roundup Robot added the comment: New changeset 98bc9e357f74 by R David Murray in branch 'default': #14796: improve calendar test coverage. http://hg.python.org/cpython/rev/98bc9e357f74 -- nosy: +python-dev ___ Python tracker

[issue14796] Calendar module test coverage improved

2012-05-29 Thread R. David Murray
R. David Murray added the comment: Thanks, Oleg. -- resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed ___ Python tracker ___ ___

[issue14796] Calendar module test coverage improved

2012-05-30 Thread STINNER Victor
STINNER Victor added the comment: > New changeset 98bc9e357f74 by R David Murray in branch 'default': > #14796: improve calendar test coverage. > http://hg.python.org/cpython/rev/98bc9e357f74 The following added test fails on Windows: ... +def test_yeardatescalendar(self): +def shr

[issue14796] Calendar module test coverage improved

2012-05-30 Thread Roundup Robot
Roundup Robot added the comment: New changeset d3321c010af5 by R David Murray in branch 'default': #14796: fix failure of new calendar test on windows. http://hg.python.org/cpython/rev/d3321c010af5 -- ___ Python tracker

[issue14796] Calendar module test coverage improved

2012-05-30 Thread R. David Murray
R. David Murray added the comment: The buildbots seem happy. -- status: open -> closed ___ Python tracker ___ ___ Python-bugs-list ma