(fixtures)
| 76 | |
| 77 | |
| 78 | def test_path_traversal_sanitised_2(fixtures): |
| 79 | lines = [12] |
| 80 | matches = render_lines(lines) |
| 81 | fixtures.scan_and_match('pyt_examples/path_traversal_sanitised_2.py', matches) |
| 82 | |
| 83 | |
| 84 | def test_recursive(fixtures): |
nothing calls this directly
no test coverage detected