summaryrefslogtreecommitdiffstats
path: root/core/TESTS/tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'core/TESTS/tests.py')
-rw-r--r--core/TESTS/tests.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/core/TESTS/tests.py b/core/TESTS/tests.py
index e74a11b..cc10c14 100644
--- a/core/TESTS/tests.py
+++ b/core/TESTS/tests.py
@@ -25,10 +25,11 @@ todo = '''ADD TESTS when we are redirecting /expofiles/ to a remote file-deliver
- Add test for running cavern to produce a .3d file
'''
-import unittest
import re
+import unittest
from http import HTTPStatus
-from django.test import TestCase, SimpleTestCase, Client
+
+from django.test import Client, SimpleTestCase, TestCase
#class SimplePageTest(unittest.TestCase):