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

Method test_formatweekheader_short

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

Source from the content-addressed store, hash-verified

436 )
437
438 def test_formatweekheader_short(self):
439 self.assertEqual(
440 calendar.TextCalendar().formatweekheader(2),
441 'Mo Tu We Th Fr Sa Su'
442 )
443
444 def test_formatweekheader_long(self):
445 self.assertEqual(

Callers

nothing calls this directly

Calls 2

assertEqualMethod · 0.45
formatweekheaderMethod · 0.45

Tested by

no test coverage detected