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

Method testHourlyIntervalLarge

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

Source from the content-addressed store, hash-verified

1371 datetime(1997, 9, 2, 13, 0)])
1372
1373 def testHourlyIntervalLarge(self):
1374 self.assertEqual(list(rrule(HOURLY,
1375 count=3,
1376 interval=769,
1377 dtstart=datetime(1997, 9, 2, 9, 0))),
1378 [datetime(1997, 9, 2, 9, 0),
1379 datetime(1997, 10, 4, 10, 0),
1380 datetime(1997, 11, 5, 11, 0)])
1381
1382 def testHourlyByMonth(self):
1383 self.assertEqual(list(rrule(HOURLY,

Callers

nothing calls this directly

Calls 1

rruleClass · 0.90

Tested by

no test coverage detected