(self)
| 462 | datetime(1997, 10, 7, 9, 0)]) |
| 463 | |
| 464 | def testMonthlyByNWeekDayLarge(self): |
| 465 | self.assertEqual(list(rrule(MONTHLY, |
| 466 | count=3, |
| 467 | byweekday=(TU(3), TH(-3)), |
| 468 | dtstart=datetime(1997, 9, 2, 9, 0))), |
| 469 | [datetime(1997, 9, 11, 9, 0), |
| 470 | datetime(1997, 9, 16, 9, 0), |
| 471 | datetime(1997, 10, 16, 9, 0)]) |
| 472 | |
| 473 | def testMonthlyByMonthAndWeekDay(self): |
| 474 | self.assertEqual(list(rrule(MONTHLY, |