(self)
| 1147 | self.assertIn(b'Mo Tu We Th Fr Sa Su', output) |
| 1148 | |
| 1149 | def test_output_year(self): |
| 1150 | for run in self.runners: |
| 1151 | output = run('2004') |
| 1152 | self.assertEqual(output, conv(result_2004_text)) |
| 1153 | |
| 1154 | def test_output_month(self): |
| 1155 | for run in self.runners: |
nothing calls this directly
no test coverage detected