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

Method test_fetch_next_cyclic

Lib/idlelib/idle_test/test_history.py:113–118  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

111 test(True, prefix, None, None, bell=True)
112
113 def test_fetch_next_cyclic(self):
114 prefix = ''
115 test = self.fetch_test
116 test(False, line1, prefix, 0)
117 test(False, line2, prefix, 1)
118 test(False, prefix, None, None, bell=True)
119
120 # Prefix 'a' tests skip line2, which starts with 'b'
121 def test_fetch_prev_prefix(self):

Callers

nothing calls this directly

Calls 1

testFunction · 0.50

Tested by

no test coverage detected