🚀 New issue to wemake-services/django-modern-rest by @sobolevn
📝 Improve `Token` customizations coverage (#1191)
I added several customization options to both
• token views
django-modern-rest/dmr/security/token/views.py
Lines 54 to 61 in 36a8567
• token auth
django-modern-rest/dmr/security/token/auth/base.py
Lines 84 to 88 in 36a8567
There are several integration tests that cover this:
django-modern-rest/django_test_app/server/apps/token_auth/views/obtain.py
Lines 46 to 57 in 36a8567
But, it not enough. What we need is more unit tests:
• Test all auth classes: async and sync types for headers / cookies / query
• Test all views: async and sync
• Test all options
• Test both positive and negative cases
#feature #good_first_issue #help_wanted #django_modern_rest
sent via relator
Post #275
492
- 🤯 3