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

Method testSecondlyByMonthDay

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

Source from the content-addressed store, hash-verified

2008 datetime(1998, 1, 1, 0, 0, 2)])
2009
2010 def testSecondlyByMonthDay(self):
2011 self.assertEqual(list(rrule(SECONDLY,
2012 count=3,
2013 bymonthday=(1, 3),
2014 dtstart=datetime(1997, 9, 2, 9, 0))),
2015 [datetime(1997, 9, 3, 0, 0, 0),
2016 datetime(1997, 9, 3, 0, 0, 1),
2017 datetime(1997, 9, 3, 0, 0, 2)])
2018
2019 def testSecondlyByMonthAndMonthDay(self):
2020 self.assertEqual(list(rrule(SECONDLY,

Callers

nothing calls this directly

Calls 1

rruleClass · 0.90

Tested by

no test coverage detected