(fixtures)
| 90 | |
| 91 | |
| 92 | def test_simple_vulnerability(fixtures): |
| 93 | lines = [4] |
| 94 | matches = render_lines(lines) |
| 95 | fixtures.scan_and_match('pyt_examples/simple_vulnerability.py', matches) |
| 96 | |
| 97 | |
| 98 | def test_xss(fixtures): |
nothing calls this directly
no test coverage detected