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

Method testDailyByMonthDay

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

Source from the content-addressed store, hash-verified

1075 datetime(1998, 1, 3, 9, 0)])
1076
1077 def testDailyByMonthDay(self):
1078 self.assertEqual(list(rrule(DAILY,
1079 count=3,
1080 bymonthday=(1, 3),
1081 dtstart=datetime(1997, 9, 2, 9, 0))),
1082 [datetime(1997, 9, 3, 9, 0),
1083 datetime(1997, 10, 1, 9, 0),
1084 datetime(1997, 10, 3, 9, 0)])
1085
1086 def testDailyByMonthAndMonthDay(self):
1087 self.assertEqual(list(rrule(DAILY,

Callers

nothing calls this directly

Calls 1

rruleClass · 0.90

Tested by

no test coverage detected