summaryrefslogtreecommitdiffstats
path: root/webapp/django/test/__init__.py
diff options
context:
space:
mode:
authorThe Android Open Source Project <initial-contribution@android.com>2008-10-21 07:00:00 -0700
committerThe Android Open Source Project <initial-contribution@android.com>2008-10-21 07:00:00 -0700
commit38966837f9f0b331b3cafa3dccb8b41f8c42c671 (patch)
treeff79845ba8f053cc0e57ee2020acd5957cc2022e /webapp/django/test/__init__.py
Initial Contributionv1.0
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