MCPcopy Index your code
hub / github.com/ipython/ipython / test_misc_extract_hist_ranges

Function test_misc_extract_hist_ranges

tests/test_history.py:239–243  ·  view source on GitHub ↗
(instr, expected, description)

Source from the content-addressed store, hash-verified

237 ],
238)
239def test_misc_extract_hist_ranges(instr, expected, description):
240 actual = list(extract_hist_ranges(instr))
241 assert (
242 actual == expected
243 ), f"Failed for '{instr}' ({description}): expected {expected}, got {actual}"
244
245
246def test_magic_rerun():

Callers

nothing calls this directly

Calls 1

extract_hist_rangesFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…