(self)
| 1163 | |
| 1164 | |
| 1165 | def test_formatweek(self): |
| 1166 | weeks = self.cal.monthdays2calendar(2017, 5) |
| 1167 | self.assertIn('class="wed text-nowrap"', self.cal.formatweek(weeks[0])) |
| 1168 | |
| 1169 | def test_formatweek_head(self): |
| 1170 | header = self.cal.formatweekheader() |
nothing calls this directly
no test coverage detected