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

Method testContains

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

Source from the content-addressed store, hash-verified

2503 0)
2504
2505 def testContains(self):
2506 rr = rrule(DAILY, count=3, dtstart=datetime(1997, 9, 2, 9, 0))
2507 self.assertEqual(datetime(1997, 9, 3, 9, 0) in rr, True)
2508
2509 def testContainsNot(self):
2510 rr = rrule(DAILY, count=3, dtstart=datetime(1997, 9, 2, 9, 0))

Callers

nothing calls this directly

Calls 1

rruleClass · 0.90

Tested by

no test coverage detected