diff options
Diffstat (limited to 'core/TESTS/tests.py')
-rw-r--r-- | core/TESTS/tests.py | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/core/TESTS/tests.py b/core/TESTS/tests.py index 4d22596..d8143b5 100644 --- a/core/TESTS/tests.py +++ b/core/TESTS/tests.py @@ -1,4 +1,4 @@ -""" +''' We are using unittest for troggle. Note that the database has not been parsed from the source files when these tests are run, @@ -17,7 +17,12 @@ which rely on database resolution will fail unless a fixture has been set up for them. https://docs.djangoproject.com/en/3.0/topics/testing/tools/ -""" +''' + + +todo = '''ADD TESTS when we are redirecting /expofiles/ to a remote file-delivering site +''' + import unittest import re from django.test import TestCase, SimpleTestCase, Client |