aboutsummaryrefslogtreecommitdiffstats
path: root/src/shorturls/tests/test_views.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/shorturls/tests/test_views.py')
-rw-r--r--src/shorturls/tests/test_views.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/shorturls/tests/test_views.py b/src/shorturls/tests/test_views.py
new file mode 100644
index 0000000..8fa11a4
--- /dev/null
+++ b/src/shorturls/tests/test_views.py
@@ -0,0 +1,5 @@
+from django.test import TestCase
+
+class RedirectViewTestCase(TestCase):
+ def test_this_is_working(self):
+ self.assertEquals(1, 1) \ No newline at end of file