1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-06-21 18:08:21 +02:00

Remove unused imports in tests

This commit is contained in:
Alexandre Iooss
2020-09-04 07:53:31 +02:00
parent cb545417ac
commit b6847415b5
2 changed files with 0 additions and 5 deletions

View File

@ -5,8 +5,6 @@ from django.contrib.auth.models import User
from django.test import TestCase
from django.urls import reverse
from note.models import TransactionTemplate, TemplateCategory
"""
Test that login page still works
"""
@ -56,4 +54,3 @@ class TemplateLoggedInTests(TestCase):
def test_accounts_password_reset(self):
response = self.client.get('/accounts/password_reset/')
self.assertEqual(response.status_code, 200)