Closed PetrDlouhy closed 10 months ago
The tests are not passing because of #684
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
9159d1c
) 95.52% compared to head (b805807
) 95.57%. Report is 4 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@claudep Thank you for your comments. I had to investigate this much deeper and I found that the issue #473 might be already resolved by https://github.com/jazzband/django-two-factor-auth/commit/8deb380eb3cbb9b27f90a8e822e4951c31856515
The test from the original PR is passing in current master and I added one more test to ensure that the throttling will work correctly in the future.
Would you be OK with merging just those tests?
Absolutely, and thanks a ton for these investigations :heart_eyes:
This is rebase of #521 to the current master branch.
Please follow the description at #521