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

Method test_formatmonthname

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

Source from the content-addressed store, hash-verified

1277 self.cal = CustomHTMLCal()
1278
1279 def test_formatmonthname(self):
1280 self.assertIn('class="text-center month-head"',
1281 self.cal.formatmonthname(2017, 5))
1282
1283 def test_formatmonth(self):
1284 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