MCPcopy Index your code
hub / github.com/RustPython/RustPython / test_formatweekheader_long

Method test_formatweekheader_long

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

Source from the content-addressed store, hash-verified

442 )
443
444 def test_formatweekheader_long(self):
445 self.assertEqual(
446 calendar.TextCalendar().formatweekheader(9),
447 ' Monday Tuesday Wednesday Thursday '
448 ' Friday Saturday Sunday '
449 )
450
451 def test_formatmonth(self):
452 self.assertEqual(

Callers

nothing calls this directly

Calls 2

assertEqualMethod · 0.45
formatweekheaderMethod · 0.45

Tested by

no test coverage detected