(self)
| 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, |