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