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

Method testStrForceSetType

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

Source from the content-addressed store, hash-verified

2745 ), rrule), True)
2746
2747 def testStrForceSetType(self):
2748 self.assertEqual(isinstance(rrulestr(
2749 "DTSTART:19970902T090000\n"
2750 "RRULE:FREQ=YEARLY;COUNT=3\n"
2751 , forceset=True), rruleset), True)
2752
2753 def testStrSetType(self):
2754 self.assertEqual(isinstance(rrulestr(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected