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

Method testStrMultipleDTStartComma

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

Source from the content-addressed store, hash-verified

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):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected