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

Function test_deliberately_broken

IPython/testing/tests/test_decorators.py:50–52  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

48
49@dec.skip()
50def test_deliberately_broken():
51 """A deliberately broken test - we want to skip this one."""
52 1/0
53
54@dec.skip('Testing the skip decorator')
55def test_deliberately_broken2():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected