forked from expo/troggle
Add new per-module ToDo texts
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user