(fixtures)
| 64 | |
| 65 | |
| 66 | def test_path_traversal(fixtures): |
| 67 | lines = [20] |
| 68 | matches = render_lines(lines) |
| 69 | fixtures.scan_and_match('pyt_examples/path_traversal.py', matches) |
| 70 | |
| 71 | |
| 72 | def test_path_traversal_sanitizer(fixtures): |
nothing calls this directly
no test coverage detected