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

Method testDailyByWeekNo

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

Source from the content-addressed store, hash-verified

1195 datetime(1999, 7, 19, 9, 0)])
1196
1197 def testDailyByWeekNo(self):
1198 self.assertEqual(list(rrule(DAILY,
1199 count=3,
1200 byweekno=20,
1201 dtstart=datetime(1997, 9, 2, 9, 0))),
1202 [datetime(1998, 5, 11, 9, 0),
1203 datetime(1998, 5, 12, 9, 0),
1204 datetime(1998, 5, 13, 9, 0)])
1205
1206 def testDailyByWeekNoAndWeekDay(self):
1207 # That's a nice one. The first days of week number one

Callers

nothing calls this directly

Calls 1

rruleClass · 0.90

Tested by

no test coverage detected