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

Method testDailyByMonthAndWeekDay

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

Source from the content-addressed store, hash-verified

1112 datetime(1997, 9, 9, 9, 0)])
1113
1114 def testDailyByMonthAndWeekDay(self):
1115 self.assertEqual(list(rrule(DAILY,
1116 count=3,
1117 bymonth=(1, 3),
1118 byweekday=(TU, TH),
1119 dtstart=datetime(1997, 9, 2, 9, 0))),
1120 [datetime(1998, 1, 1, 9, 0),
1121 datetime(1998, 1, 6, 9, 0),
1122 datetime(1998, 1, 8, 9, 0)])
1123
1124 def testDailyByMonthAndNWeekDay(self):
1125 self.assertEqual(list(rrule(DAILY,

Callers

nothing calls this directly

Calls 1

rruleClass · 0.90

Tested by

no test coverage detected