Open codesankalp opened 3 years ago
@isabelcosta Can you please label this issue?
I'd like to work on it... @isabelcosta
@jalajcodes Can you update me about your progress?
@jalajcodes Can you update me about your progress?
Will create a PR soon, btw I am not sure how to test TokenObtainPairView and TokenRefreshView 😅 ,any hints?
@jalajcodes Just test that API of TokenObtainPairView
and TokenRefreshView
is giving token or not when making the request from client.
@jalajcodes Any updates?
@jalajcodes Any updates?
I am currently working on a issue in stem-diverse-tv-cms , so feel free to assign this one to someone else, or if it's still available I'll take it up after that. Sorry for the inconvenience.
Is your feature request related to a problem? Please describe.
Add test code for the views in token_auth to test all the views in the token_auth app.
Describe the solution you'd like
test_view_register.py
andtest_view_tokens.py
insidetests\
.test_view_register.py
add tests for RegisterView.test_view_tokens.py
add tests for TokenObtainPairView, TokenRefreshView, TokenGenerator (For details seeurls.py
). NOTE: Use Django defaults unit tests.Definition of Done
Additional context
Estimation
4 hours