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

Function test_deliberately_broken2

IPython/testing/tests/test_decorators.py:55–57  ·  view source on GitHub ↗

Another deliberately broken test - we want to skip this one.

()

Source from the content-addressed store, hash-verified

53
54@dec.skip('Testing the skip decorator')
55def test_deliberately_broken2():
56 """Another deliberately broken test - we want to skip this one."""
57 1/0
58
59
60# Verify that we can correctly skip the doctest for a function at will, but

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected