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

Method testCachePreContains

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

Source from the content-addressed store, hash-verified

2655 datetime(1997, 9, 16, 9, 0)])
2656
2657 def testCachePreContains(self):
2658 rr = rrule(DAILY, count=3, cache=True,
2659 dtstart=datetime(1997, 9, 2, 9, 0))
2660 self.assertEqual(datetime(1997, 9, 3, 9, 0) in rr, True)
2661
2662 def testCachePostContains(self):
2663 rr = rrule(DAILY, count=3, cache=True,

Callers

nothing calls this directly

Calls 1

rruleClass · 0.90

Tested by

no test coverage detected