From fc38b383ea99df7f0c26bd94d04445c88527d566 Mon Sep 17 00:00:00 2001 From: Johannes Christ Date: Wed, 15 Aug 2018 21:46:56 +0200 Subject: Use viewsets and the `rest_framework` router. --- api/tests.py | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 api/tests.py (limited to 'api/tests.py') 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. -- cgit v1.2.3