MCPcopy Index your code
hub / github.com/SourceCode-AI/aura / test_django_XSS

Function test_django_XSS

tests/test_pyt_examples.py:30–33  ·  view source on GitHub ↗
(fixtures)

Source from the content-addressed store, hash-verified

28
29
30def 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
36def test_ensure_saved_scope(fixtures):

Callers

nothing calls this directly

Calls 2

render_linesFunction · 0.85
scan_and_matchMethod · 0.80

Tested by

no test coverage detected