MCPcopy Create free account
hub / github.com/dateutil/dateutil / testMonthlyByWeekNoAndWeekDay53

Method testMonthlyByWeekNoAndWeekDay53

tests/test_rrule.py:609–617  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

607 datetime(2000, 1, 2, 9, 0)])
608
609 def testMonthlyByWeekNoAndWeekDay53(self):
610 self.assertEqual(list(rrule(MONTHLY,
611 count=3,
612 byweekno=53,
613 byweekday=MO,
614 dtstart=datetime(1997, 9, 2, 9, 0))),
615 [datetime(1998, 12, 28, 9, 0),
616 datetime(2004, 12, 27, 9, 0),
617 datetime(2009, 12, 28, 9, 0)])
618
619 def testMonthlyByEaster(self):
620 self.assertEqual(list(rrule(MONTHLY,

Callers

nothing calls this directly

Calls 1

rruleClass · 0.90

Tested by

no test coverage detected