diff --git a/backend/user/test_views.py b/backend/user/test_views.py index ca8e6361..3100f41d 100644 --- a/backend/user/test_views.py +++ b/backend/user/test_views.py @@ -29,3 +29,8 @@ def test_post(self): class TestUserLoginView(TestCase): def test_post(self): self.fail() + + +class TestUserLogoutView(TestCase): + def test_post(self): + self.fail()