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

Method testStrSetType

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

Source from the content-addressed store, hash-verified

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(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected