(fixtures)
| 40 | |
| 41 | |
| 42 | def test_inter_command_injection(fixtures): |
| 43 | lines = [15] |
| 44 | matches = render_lines(lines) |
| 45 | fixtures.scan_and_match('pyt_examples/inter_command_injection.py', matches) |
| 46 | |
| 47 | |
| 48 | def test_inter_command_injection_2(fixtures): |
nothing calls this directly
no test coverage detected