tests/views

This commit is contained in:
Tobias Lindenberg
2021-01-10 14:14:27 +01:00
parent 6d2c48a1c8
commit a37c77bb84
3 changed files with 107 additions and 20 deletions

View File

@ -1,8 +1,7 @@
from django.contrib import auth
from django.urls import reverse
from cookbook.models import Recipe
from cookbook.tests.views.test_views import TestViews
from django.contrib import auth
from django.urls import reverse
class TestViewsApi(TestViews):