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

Method test_output_year

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

Source from the content-addressed store, hash-verified

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:

Callers

nothing calls this directly

Calls 3

convFunction · 0.85
runFunction · 0.70
assertEqualMethod · 0.45

Tested by

no test coverage detected