Skip to content

Commit 383366c

Browse files
Reeya123HadleyKing
authored andcommitted
Account_describe branch
1 parent 04df144 commit 383366c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

tests/test_views/test_api_accounts_describe.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
#!/usr/bin/env python3
2+
3+
"""API- Accounts describe
4+
Tests for 'Authorization is successfull' (200),
5+
'Forbidden. Authentication credentials were not provided' (403),
6+
'Invalid Token' (403)
7+
"""
8+
9+
110
from django.test import TestCase
211
from django.contrib.auth.models import User
312
from rest_framework.authtoken.models import Token

0 commit comments

Comments
 (0)