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

Method testSecondlyIntervalLarge

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

Source from the content-addressed store, hash-verified

1990 datetime(1997, 9, 2, 9, 0, 4)])
1991
1992 def testSecondlyIntervalLarge(self):
1993 self.assertEqual(list(rrule(SECONDLY,
1994 count=3,
1995 interval=90061,
1996 dtstart=datetime(1997, 9, 2, 9, 0))),
1997 [datetime(1997, 9, 2, 9, 0, 0),
1998 datetime(1997, 9, 3, 10, 1, 1),
1999 datetime(1997, 9, 4, 11, 2, 2)])
2000
2001 def testSecondlyByMonth(self):
2002 self.assertEqual(list(rrule(SECONDLY,

Callers

nothing calls this directly

Calls 1

rruleClass · 0.90

Tested by

no test coverage detected