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

Method test_formatweekheader_short

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

Source from the content-addressed store, hash-verified

474 )
475
476 def test_formatweekheader_short(self):
477 self.assertEqual(
478 calendar.TextCalendar().formatweekheader(2),
479 'Mo Tu We Th Fr Sa Su'
480 )
481
482 def test_formatweekheader_long(self):
483 self.assertEqual(

Callers

nothing calls this directly

Calls 2

assertEqualMethod · 0.45
formatweekheaderMethod · 0.45

Tested by

no test coverage detected