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

Method test_formatmonthname

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

Source from the content-addressed store, hash-verified

1148 self.cal = CustomHTMLCal()
1149
1150 def test_formatmonthname(self):
1151 self.assertIn('class="text-center month-head"',
1152 self.cal.formatmonthname(2017, 5))
1153
1154 def test_formatmonth(self):
1155 self.assertIn('class="text-center month"',

Callers

nothing calls this directly

Calls 2

assertInMethod · 0.80
formatmonthnameMethod · 0.45

Tested by

no test coverage detected