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

Method testMonthlyIntervalLarge

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

Source from the content-addressed store, hash-verified

398 datetime(1998, 1, 2, 9, 0)])
399
400 def testMonthlyIntervalLarge(self):
401 self.assertEqual(list(rrule(MONTHLY,
402 count=3,
403 interval=18,
404 dtstart=datetime(1997, 9, 2, 9, 0))),
405 [datetime(1997, 9, 2, 9, 0),
406 datetime(1999, 3, 2, 9, 0),
407 datetime(2000, 9, 2, 9, 0)])
408
409 def testMonthlyByMonth(self):
410 self.assertEqual(list(rrule(MONTHLY,

Callers

nothing calls this directly

Calls 1

rruleClass · 0.90

Tested by

no test coverage detected