(self)
| 2751 | , forceset=True), rruleset), True) |
| 2752 | |
| 2753 | def testStrSetType(self): |
| 2754 | self.assertEqual(isinstance(rrulestr( |
| 2755 | "DTSTART:19970902T090000\n" |
| 2756 | "RRULE:FREQ=YEARLY;COUNT=2;BYDAY=TU\n" |
| 2757 | "RRULE:FREQ=YEARLY;COUNT=1;BYDAY=TH\n" |
| 2758 | ), rruleset), True) |
| 2759 | |
| 2760 | def testStrCase(self): |
| 2761 | self.assertEqual(list(rrulestr( |
nothing calls this directly
no outgoing calls
no test coverage detected