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

Method testCountZero

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

Source from the content-addressed store, hash-verified

2497 3)
2498
2499 def testCountZero(self):
2500 self.assertEqual(rrule(YEARLY,
2501 count=0,
2502 dtstart=datetime(1997, 9, 2, 9, 0)).count(),
2503 0)
2504
2505 def testContains(self):
2506 rr = rrule(DAILY, count=3, dtstart=datetime(1997, 9, 2, 9, 0))

Callers

nothing calls this directly

Calls 2

rruleClass · 0.90
countMethod · 0.80

Tested by

no test coverage detected