MCPcopy Index your code
hub / github.com/python/cpython / test_yeardayscalendar

Method test_yeardayscalendar

Lib/test/test_calendar.py:470–474  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

468 )
469
470 def test_yeardayscalendar(self):
471 self.assertEqual(
472 calendar.Calendar().yeardayscalendar(2004),
473 result_2004_days
474 )
475
476 def test_formatweekheader_short(self):
477 self.assertEqual(

Callers

nothing calls this directly

Calls 2

yeardayscalendarMethod · 0.80
assertEqualMethod · 0.45

Tested by

no test coverage detected