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

Method test_formatweekheader_long

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

Source from the content-addressed store, hash-verified

480 )
481
482 def test_formatweekheader_long(self):
483 self.assertEqual(
484 calendar.TextCalendar().formatweekheader(9),
485 ' Monday Tuesday Wednesday Thursday '
486 ' Friday Saturday Sunday '
487 )
488
489 def test_formatmonth(self):
490 self.assertEqual(

Callers

nothing calls this directly

Calls 2

assertEqualMethod · 0.45
formatweekheaderMethod · 0.45

Tested by

no test coverage detected