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

Method testMonthlyByNWeekDayLarge

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

Source from the content-addressed store, hash-verified

462 datetime(1997, 10, 7, 9, 0)])
463
464 def testMonthlyByNWeekDayLarge(self):
465 self.assertEqual(list(rrule(MONTHLY,
466 count=3,
467 byweekday=(TU(3), TH(-3)),
468 dtstart=datetime(1997, 9, 2, 9, 0))),
469 [datetime(1997, 9, 11, 9, 0),
470 datetime(1997, 9, 16, 9, 0),
471 datetime(1997, 10, 16, 9, 0)])
472
473 def testMonthlyByMonthAndWeekDay(self):
474 self.assertEqual(list(rrule(MONTHLY,

Callers

nothing calls this directly

Calls 1

rruleClass · 0.90

Tested by

no test coverage detected