]> granicus.if.org Git - python/commit
Very small test suite for the calendar module, mostly to check a constraint
authorFred Drake <fdrake@acm.org>
Wed, 12 Dec 2001 05:38:08 +0000 (05:38 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 12 Dec 2001 05:38:08 +0000 (05:38 +0000)
commitd077ca1e7c0303af8863bbd65423c23354389353
tree499d65c9909ec78fee06dd995741c8f8eb0fd5b5
parentf0953b9dff9a0cc08b6dcfe206047c0490e1d38a
Very small test suite for the calendar module, mostly to check a constraint
on the return values from isleap().  Also checks firstweekday() and
setfirstweekday().
Lib/test/test_calendar.py [new file with mode: 0644]