(self)
| 2997 | datetime(1998, 9, 2, 0, 0, 0)]) |
| 2998 | |
| 2999 | def testStrMultipleDTStartComma(self): |
| 3000 | with pytest.raises(ValueError): |
| 3001 | rr = rrulestr("DTSTART:19970101T000000,19970202T000000\n" |
| 3002 | "RRULE:FREQ=YEARLY;COUNT=1") |
| 3003 | |
| 3004 | def testStrInvalidUntil(self): |
| 3005 | with self.assertRaises(ValueError): |
nothing calls this directly
no outgoing calls
no test coverage detected