Add new per-module ToDo texts

This commit is contained in:
Philip Sargent
2021-04-21 19:08:42 +01:00
parent 18938c9fca
commit bcdb3572fa
7 changed files with 56 additions and 20 deletions

View File

@@ -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