cpython: 442e23bbec48 (original) (raw)

Mercurial > cpython

changeset 85704:442e23bbec48 3.3

#18856: improve test coverage of the calendar module. Patch by Madison May. [#18856]

Ezio Melotti ezio.melotti@gmail.com
date Sat, 14 Sep 2013 04:55:53 +0300
parents 9fcb9deb70f5
children 63b43935964f
files Lib/test/test_calendar.py
diffstat 1 files changed, 21 insertions(+), 0 deletions(-)[+] [-] Lib/test/test_calendar.py 21

line wrap: on

line diff

--- a/Lib/test/test_calendar.py +++ b/Lib/test/test_calendar.py @@ -399,6 +399,27 @@ class OutputTestCase(unittest.TestCase): 'January' )

+

+

+

class CalendarTestCase(unittest.TestCase): def test_isleap(self):