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

Method testDailyBySecond

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

Source from the content-addressed store, hash-verified

1293 datetime(1997, 9, 3, 9, 6)])
1294
1295 def testDailyBySecond(self):
1296 self.assertEqual(list(rrule(DAILY,
1297 count=3,
1298 bysecond=(6, 18),
1299 dtstart=datetime(1997, 9, 2, 9, 0))),
1300 [datetime(1997, 9, 2, 9, 0, 6),
1301 datetime(1997, 9, 2, 9, 0, 18),
1302 datetime(1997, 9, 3, 9, 0, 6)])
1303
1304 def testDailyByHourAndMinute(self):
1305 self.assertEqual(list(rrule(DAILY,

Callers

nothing calls this directly

Calls 1

rruleClass · 0.90

Tested by

no test coverage detected