1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2026-03-22 18:44:49 +00:00
This commit is contained in:
catborise 2020-06-03 16:58:04 +03:00
commit 9f2de6d916
4 changed files with 27 additions and 1 deletions

View file

@ -9,6 +9,7 @@ from accounts.models import UserAttributes
class AdminTestCase(TestCase):
def setUp(self):
self.client.login(username='admin', password='admin')
def test_group_list(self):
response = self.client.get(reverse('admin:group_list'))
self.assertEqual(response.status_code, 200)