(self)
| 1152 | self.assertEqual(output, conv(result_2004_text)) |
| 1153 | |
| 1154 | def test_output_month(self): |
| 1155 | for run in self.runners: |
| 1156 | output = run('2004', '1') |
| 1157 | self.assertEqual(output, conv(result_2004_01_text)) |
| 1158 | |
| 1159 | def test_option_encoding(self): |
| 1160 | self.assertFailure('-e') |
nothing calls this directly
no test coverage detected