(self)
| 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, |
nothing calls this directly
no outgoing calls
no test coverage detected