Skip to content

Commit 0f7325e

Browse files
Rename test directory and add comment to clarity on the purpose of splitting them.
1 parent 53f69d9 commit 0f7325e

File tree

5 files changed

+2
-0
lines changed

5 files changed

+2
-0
lines changed

python/ql/test/query-tests/Security/CWE-113-HeaderInjection/Tests2/wsgiref_tests.py renamed to python/ql/test/query-tests/Security/CWE-113-HeaderInjection/Tests2-with-wsgi-validator/wsgiref_tests.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# These tests use a wsgi validator; so are split into a separate directory from the other tests since the models only check for the presence of a validator in the database.
2+
13
from wsgiref.simple_server import make_server
24
from wsgiref.headers import Headers
35
from wsgiref.validate import validator

0 commit comments

Comments
 (0)