MCPcopy Create free account
hub / github.com/ipython/ipython / test_no_recursion

Method test_no_recursion

IPython/core/tests/test_ultratb.py:356–358  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

354 ip.run_cell(self.DEFINITIONS)
355
356 def test_no_recursion(self):
357 with tt.AssertNotPrints("frames repeated"):
358 ip.run_cell("non_recurs()")
359
360 @recursionlimit(150)
361 def test_recursion_one_frame(self):

Callers

nothing calls this directly

Calls 1

run_cellMethod · 0.45

Tested by

no test coverage detected