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

Method testInvalidNthWeekday

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

Source from the content-addressed store, hash-verified

4854
4855class WeekdayTest(unittest.TestCase):
4856 def testInvalidNthWeekday(self):
4857 with self.assertRaises(ValueError):
4858 FR(0)
4859
4860 def testWeekdayCallable(self):
4861 # Calling a weekday instance generates a new weekday instance with the

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected