(self)
| 1306 | self.cal.cssclass_year), self.cal.formatyear(2017)) |
| 1307 | |
| 1308 | def test_format_year_head(self): |
| 1309 | self.assertIn('<tr><th colspan="%d" class="%s">%s</th></tr>' % ( |
| 1310 | 3, self.cal.cssclass_year_head, 2017), self.cal.formatyear(2017)) |
| 1311 | |
| 1312 | if __name__ == "__main__": |
| 1313 | unittest.main() |
nothing calls this directly
no test coverage detected