MCPcopy Create free account
hub / github.com/python/cpython / test_range

Method test_range

Lib/test/test_clinic.py:819–825  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

817 self.assertEqual(output, computed)
818
819 def test_range(self):
820 self._test([['start']], ['stop'], [['step']],
821 (
822 ('stop',),
823 ('start', 'stop',),
824 ('start', 'stop', 'step',),
825 ))
826
827 def test_add_window(self):
828 self._test([['x', 'y']], ['ch'], [['attr']],

Callers

nothing calls this directly

Calls 1

_testMethod · 0.95

Tested by

no test coverage detected