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

Method testBadBySetPos

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

Source from the content-addressed store, hash-verified

3036 "WKST=SU"))
3037
3038 def testBadBySetPos(self):
3039 self.assertRaises(ValueError,
3040 rrule, MONTHLY,
3041 count=1,
3042 bysetpos=0,
3043 dtstart=datetime(1997, 9, 2, 9, 0))
3044
3045 def testBadBySetPosMany(self):
3046 self.assertRaises(ValueError,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected