MCPcopy Index your code
hub / github.com/python/cpython / test_output_month

Method test_output_month

Lib/test/test_calendar.py:1154–1157  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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')

Callers

nothing calls this directly

Calls 3

convFunction · 0.85
runFunction · 0.70
assertEqualMethod · 0.45

Tested by

no test coverage detected