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

Method testDailyIntervalLarge

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

Source from the content-addressed store, hash-verified

1057 datetime(1997, 9, 6, 9, 0)])
1058
1059 def testDailyIntervalLarge(self):
1060 self.assertEqual(list(rrule(DAILY,
1061 count=3,
1062 interval=92,
1063 dtstart=datetime(1997, 9, 2, 9, 0))),
1064 [datetime(1997, 9, 2, 9, 0),
1065 datetime(1997, 12, 3, 9, 0),
1066 datetime(1998, 3, 5, 9, 0)])
1067
1068 def testDailyByMonth(self):
1069 self.assertEqual(list(rrule(DAILY,

Callers

nothing calls this directly

Calls 1

rruleClass · 0.90

Tested by

no test coverage detected