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

Method testDTStartIsDate

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

Source from the content-addressed store, hash-verified

2434 datetime(1997, 9, 16, 9, 0)])
2435
2436 def testDTStartIsDate(self):
2437 self.assertEqual(list(rrule(DAILY,
2438 count=3,
2439 dtstart=date(1997, 9, 2))),
2440 [datetime(1997, 9, 2, 0, 0),
2441 datetime(1997, 9, 3, 0, 0),
2442 datetime(1997, 9, 4, 0, 0)])
2443
2444 def testDTStartWithMicroseconds(self):
2445 self.assertEqual(list(rrule(DAILY,

Callers

nothing calls this directly

Calls 1

rruleClass · 0.90

Tested by

no test coverage detected