(state, startLine, endLine, silent)
| 35 | |
| 36 | |
| 37 | def block_rule(state, startLine, endLine, silent): |
| 38 | print("plugin called") |
| 39 | return False |
| 40 | |
| 41 | |
| 42 | def test_block_after(capsys): |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…