django-axes/axes/tests
Aleksi Häkli cd56631865
Refactor attempts and add NEVER_LOCKOUT_GET flag
- Move cache and cool off utility functions to the axes.utils module
- Clean up axes.attempts duplicate code in attempt and cache calculations
- Add stable implementation for AccessAttempt attribute calculation
  in the axes.attempts.get_filter_kwargs function

Fixes #398

Signed-off-by: Aleksi Häkli <aleksi.hakli@iki.fi>
2019-02-13 18:20:04 +02:00
..
__init__.py Drop Python 2.7 and Python 3.4 support 2019-02-07 17:28:26 +02:00
test_access_attempt.py Refactor attempts and add NEVER_LOCKOUT_GET flag 2019-02-13 18:20:04 +02:00
test_access_attempt_config.py Use PEP257 compliant docstrings 2019-02-07 18:42:54 +02:00
test_backends.py Add tests for the new components 2019-02-10 19:22:13 +02:00
test_checks.py Clean up and unify imports 2019-02-10 22:06:04 +02:00
test_decorators.py Add tests for the new components 2019-02-10 19:22:13 +02:00
test_handlers.py Refactor attempts and add NEVER_LOCKOUT_GET flag 2019-02-13 18:20:04 +02:00
test_logging.py Improve tests 2019-02-12 23:22:52 +02:00
test_management.py Improve management test branch coverage 2019-02-10 20:05:02 +02:00
test_middleware.py Add tests for the new components 2019-02-10 19:22:13 +02:00
test_models.py Improve tests 2019-02-12 23:22:52 +02:00
test_utils.py Unify import styling to use from ... imports 2019-02-13 14:05:24 +02:00