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

Method testToStrDailyByHourAndSecond

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

Source from the content-addressed store, hash-verified

3913 dtstart=datetime(1997, 9, 2, 9, 0)))
3914
3915 def testToStrDailyByHourAndSecond(self):
3916 self._rrulestr_reverse_test(rrule(DAILY,
3917 count=3,
3918 byhour=(6, 18),
3919 bysecond=(6, 18),
3920 dtstart=datetime(1997, 9, 2, 9, 0)))
3921
3922 def testToStrDailyByMinuteAndSecond(self):
3923 self._rrulestr_reverse_test(rrule(DAILY,

Callers

nothing calls this directly

Calls 2

rruleClass · 0.90

Tested by

no test coverage detected