()
| 30 | |
| 31 | |
| 32 | def test_print_heading(): |
| 33 | with patch("builtins.print") as patched: |
| 34 | parse.print_heading() |
| 35 | patched.assert_called() |
| 36 | |
| 37 | |
| 38 | def test_interactive(): |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…