summaryrefslogtreecommitdiff
path: root/parts/django/tests/regressiontests/localflavor/tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'parts/django/tests/regressiontests/localflavor/tests.py')
-rw-r--r--parts/django/tests/regressiontests/localflavor/tests.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/parts/django/tests/regressiontests/localflavor/tests.py b/parts/django/tests/regressiontests/localflavor/tests.py
new file mode 100644
index 0000000..6968236
--- /dev/null
+++ b/parts/django/tests/regressiontests/localflavor/tests.py
@@ -0,0 +1,5 @@
+import unittest
+from django.test import TestCase
+
+# just import your tests here
+from us.tests import *