(self)
| 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"', |
nothing calls this directly
no test coverage detected