aboutsummaryrefslogtreecommitdiffstats
path: root/src/shorturls/tests/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/shorturls/tests/__init__.py')
-rw-r--r--src/shorturls/tests/__init__.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/shorturls/tests/__init__.py b/src/shorturls/tests/__init__.py
index 25d0b61..6687828 100644
--- a/src/shorturls/tests/__init__.py
+++ b/src/shorturls/tests/__init__.py
@@ -1,3 +1,4 @@
from shorturls.tests.models import *
from shorturls.tests.test_views import *
-from shorturls.tests.test_templatetag import * \ No newline at end of file
+from shorturls.tests.test_templatetag import *
+from shorturls.tests.test_baseconv import * \ No newline at end of file