aboutsummaryrefslogtreecommitdiffstats
path: root/api/tests.py
diff options
context:
space:
mode:
authorGravatar Johannes Christ <[email protected]>2018-08-15 21:46:56 +0200
committerGravatar Johannes Christ <[email protected]>2018-08-15 21:46:56 +0200
commitfc38b383ea99df7f0c26bd94d04445c88527d566 (patch)
tree6c2111a4766067437aeab3e2c1eaf0d4e1efaa3f /api/tests.py
parentUse `reverse` from `django-hosts`. (diff)
Use viewsets and the `rest_framework` router.
Diffstat (limited to 'api/tests.py')
-rw-r--r--api/tests.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/api/tests.py b/api/tests.py
deleted file mode 100644
index 7ce503c2..00000000
--- a/api/tests.py
+++ /dev/null
@@ -1,3 +0,0 @@
-from django.test import TestCase
-
-# Create your tests here.