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

Function _get_continue_on_failure

IPython/testing/plugin/pytest_ipdoctest.py:487–494  ·  view source on GitHub ↗
(config: Config)

Source from the content-addressed store, hash-verified

485
486
487def _get_continue_on_failure(config: Config) -> bool:
488 continue_on_failure = config.getvalue("ipdoctest_continue_on_failure")
489 if continue_on_failure:
490 # We need to turn off this if we use pdb since we should stop at
491 # the first failure.
492 if config.getvalue("usepdb"):
493 continue_on_failure = False
494 return continue_on_failure
495
496
497class IPDoctestTextfile(pytest.Module):

Callers 2

collectMethod · 0.85
collectMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…