canaille-globuzma/tests/core
2025-01-09 14:56:03 +01:00
..
commands refactor: move BackendModel.delete to Backend.delete 2024-05-03 22:22:08 +02:00
__init__.py Moved user and group management in the core submodule 2023-04-09 13:34:38 +02:00
test_account.py adds password expiry policy with a new method on User class 2024-12-19 11:20:26 +01:00
test_auth.py refactor : added proper security logging level and refactored change email logging 2024-10-21 11:17:55 +02:00
test_email_confirmation.py refactor: all domains used in the unit test suite are now .test 2024-11-20 23:30:48 +01:00
test_email_sms_otp.py refactor: use 'mfa' term instead of '2fa' 2024-12-21 23:02:04 +01:00
test_firstlogin.py refactor: all domains used in the unit test suite are now .test 2024-11-20 23:30:48 +01:00
test_forgotten_password.py refactor: all domains used in the unit test suite are now .test 2024-11-20 23:30:48 +01:00
test_groups.py refactor: all domains used in the unit test suite are now .test 2024-11-20 23:30:48 +01:00
test_intruder_lockout.py fix: Fixed intruder lockout test sometimes failing with LDAP 2024-12-20 09:18:01 +01:00
test_invitation.py refactor: all domains used in the unit test suite are now .test 2024-11-20 23:30:48 +01:00
test_misc.py fix: JAVASCRIPT and HTMX configuration settings were ignored 2024-04-09 12:07:00 +02:00
test_models.py refactor: all domains used in the unit test suite are now .test 2024-11-20 23:30:48 +01:00
test_password_reset.py adds new tests for validators and progress bar for password strength in registration form and reset form 2024-12-23 10:42:49 +01:00
test_permissions.py refactor: move BackendModel.reload to Backend.reload 2024-05-03 22:25:20 +02:00
test_profile_creation.py refactor: all domains used in the unit test suite are now .test 2024-11-20 23:30:48 +01:00
test_profile_edition.py refactor: all domains used in the unit test suite are now .test 2024-11-20 23:30:48 +01:00
test_profile_photo.py refactor: all domains used in the unit test suite are now .test 2024-11-20 23:30:48 +01:00
test_profile_settings.py adds a success in profile setting test edition 2025-01-09 14:56:03 +01:00
test_registration.py adds new tests for validators and progress bar for password strength in registration form and reset form 2024-12-23 10:42:49 +01:00
test_totp_hotp.py refactor: use 'mfa' term instead of '2fa' 2024-12-21 23:02:04 +01:00