(fixtures)
| 46 | |
| 47 | |
| 48 | def test_inter_command_injection_2(fixtures): |
| 49 | lines = [22] |
| 50 | matches = render_lines(lines) |
| 51 | fixtures.scan_and_match('pyt_examples/inter_command_injection_2.py', matches) |
| 52 | |
| 53 | |
| 54 | def test_list_append(fixtures): |
nothing calls this directly
no test coverage detected