A deliberately broken test - we want to skip this one.
()
| 48 | |
| 49 | @dec.skip() |
| 50 | def 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') |
| 55 | def test_deliberately_broken2(): |
nothing calls this directly
no outgoing calls
no test coverage detected