Rename test directory and add comment to clarity on the purpose of splitting them.

This commit is contained in:
Joe Farebrother
2024-05-07 09:40:55 +01:00
parent 53f69d9966
commit 0f7325ec68
5 changed files with 2 additions and 0 deletions

View File

@@ -1,3 +1,5 @@
# 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.
from wsgiref.simple_server import make_server from wsgiref.simple_server import make_server
from wsgiref.headers import Headers from wsgiref.headers import Headers
from wsgiref.validate import validator from wsgiref.validate import validator