(fixtures)
| 70 | |
| 71 | |
| 72 | def test_path_traversal_sanitizer(fixtures): |
| 73 | lines = [12] |
| 74 | matches = render_lines(lines) |
| 75 | fixtures.scan_and_match('pyt_examples/path_traversal_sanitised.py', matches) |
| 76 | |
| 77 | |
| 78 | def test_path_traversal_sanitised_2(fixtures): |
nothing calls this directly
no test coverage detected