Commit graph

8 commits

Author SHA1 Message Date
rodrigo.nogueira
7298e9e33d style: Sort imports in helpers and checks modules. 2026-02-22 01:18:52 -03:00
rodrigo.nogueira
7eef2f14b3 feat: introduce progressive lockout tiers for dynamic cool-off periods based on failure count. 2026-02-22 01:09:57 -03:00
shayan taki
8f5e9965d8 Add unit tests for security check W006 2026-02-06 20:31:41 +02:00
rodrigo.nogueira
95a8043341 Fix AttributeError when optional settings are undefined
Fixes #1328
- Add None as default value in axes_conf_check
- Add test coverage for missing settings scenario
2026-02-06 20:19:42 +02:00
Ian Fisher
5b235b50ed Add check for callable settings 2023-06-13 19:15:07 +03:00
Simon Kern
5590419f81 Use new backend base class in checks
In 5c4bca6cb6 a new backend  base class was introduced. However the check and its corresponding tests still reference the old base class, thus triggering a warning on setups using the new backend base class.

resolves #907
2022-08-18 16:32:00 +03:00
Aleksi Häkli
b6b26e492f Optimize imports as part of cleanup round 2021-01-07 18:23:33 +02:00
Aleksi Häkli
a5045f62fe Move tests outside project source folder 2021-01-07 18:23:33 +02:00
Renamed from axes/tests/test_checks.py (Browse further)