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 6b7a7a3..25d0b61 100644
--- a/src/shorturls/tests/__init__.py
+++ b/src/shorturls/tests/__init__.py
@@ -1,2 +1,3 @@
from shorturls.tests.models import *
-from shorturls.tests.test_views import * \ No newline at end of file
+from shorturls.tests.test_views import *
+from shorturls.tests.test_templatetag import * \ No newline at end of file