summaryrefslogtreecommitdiffstats
path: root/webapp/django/test/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/django/test/__init__.py')
-rw-r--r--webapp/django/test/__init__.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/webapp/django/test/__init__.py b/webapp/django/test/__init__.py
new file mode 100644
index 0000000000..554e72bad3
--- /dev/null
+++ b/webapp/django/test/__init__.py
@@ -0,0 +1,6 @@
+"""
+Django Unit Test and Doctest framework.
+"""
+
+from django.test.client import Client
+from django.test.testcases import TestCase