Another deliberately broken test - we want to skip this one.
()
| 53 | |
| 54 | @dec.skip('Testing the skip decorator') |
| 55 | def 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 |
nothing calls this directly
no outgoing calls
no test coverage detected