(self)
| 1292 | |
| 1293 | |
| 1294 | def test_formatweek(self): |
| 1295 | weeks = self.cal.monthdays2calendar(2017, 5) |
| 1296 | self.assertIn('class="wed text-nowrap"', self.cal.formatweek(weeks[0])) |
| 1297 | |
| 1298 | def test_formatweek_head(self): |
| 1299 | header = self.cal.formatweekheader() |
nothing calls this directly
no test coverage detected