anexia-it / django-rest-passwordreset

An extension of django rest framework, providing a configurable password reset strategy
BSD 3-Clause "New" or "Revised" License
419 stars 148 forks source link

Added logic and test cases for generating and clearing tokens programmatically #181

Closed mikelandzelo173 closed 8 months ago

codecov-commenter commented 12 months ago

Codecov Report

All modified lines are covered by tests :white_check_mark:

Comparison is base (eac4152) 90.26% compared to head (4857045) 90.37%.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #181 +/- ## ========================================== + Coverage 90.26% 90.37% +0.10% ========================================== Files 11 11 Lines 267 270 +3 ========================================== + Hits 241 244 +3 Misses 26 26 ``` | [Files](https://app.codecov.io/gh/anexia-it/django-rest-passwordreset/pull/181?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=anexia-it) | Coverage Δ | | |---|---|---| | [django\_rest\_passwordreset/views.py](https://app.codecov.io/gh/anexia-it/django-rest-passwordreset/pull/181?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=anexia-it#diff-ZGphbmdvX3Jlc3RfcGFzc3dvcmRyZXNldC92aWV3cy5weQ==) | `94.84% <100.00%> (+0.16%)` | :arrow_up: |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

mikelandzelo173 commented 12 months ago

Should resolve #143.

mikelandzelo173 commented 12 months ago

Should also resolve issues #125 and #141.