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

Method testMinutelyByNWeekDay

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

Source from the content-addressed store, hash-verified

1727 datetime(1997, 9, 2, 9, 2)])
1728
1729 def testMinutelyByNWeekDay(self):
1730 self.assertEqual(list(rrule(MINUTELY,
1731 count=3,
1732 byweekday=(TU(1), TH(-1)),
1733 dtstart=datetime(1997, 9, 2, 9, 0))),
1734 [datetime(1997, 9, 2, 9, 0),
1735 datetime(1997, 9, 2, 9, 1),
1736 datetime(1997, 9, 2, 9, 2)])
1737
1738 def testMinutelyByMonthAndWeekDay(self):
1739 self.assertEqual(list(rrule(MINUTELY,

Callers

nothing calls this directly

Calls 1

rruleClass · 0.90

Tested by

no test coverage detected