(fixtures)
| 16 | |
| 17 | |
| 18 | def test_command_injection(fixtures): |
| 19 | lines = [18] |
| 20 | matches = render_lines(lines) |
| 21 | fixtures.scan_and_match('pyt_examples/command_injection.py', matches) |
| 22 | |
| 23 | |
| 24 | def test_command_injection_with_aliases(fixtures): |
nothing calls this directly
no test coverage detected