(fixtures)
| 28 | |
| 29 | |
| 30 | def test_django_XSS(fixtures): |
| 31 | lines = [5] |
| 32 | matches = render_lines(lines) |
| 33 | fixtures.scan_and_match('pyt_examples/django_XSS.py', matches) |
| 34 | |
| 35 | |
| 36 | def test_ensure_saved_scope(fixtures): |
nothing calls this directly
no test coverage detected