canaille-globuzma/tests/core
2024-05-03 21:42:54 +02:00
..
commands refactor: move BackendModel.query to Backend.query 2024-05-03 21:42:54 +02:00
__init__.py Moved user and group management in the core submodule 2023-04-09 13:34:38 +02:00
test_account.py tests: split test_account.py 2024-04-12 11:23:51 +02:00
test_auth.py tests: split test_account.py 2024-04-12 11:23:51 +02:00
test_email_confirmation.py tests: use time-travel instead of freezegun 2024-05-02 10:26:32 +02:00
test_forgotten_password.py chore: configure ruff 2024-04-23 22:12:04 +02:00
test_groups.py refactor: move BackendModel.query to Backend.query 2024-05-03 21:42:54 +02:00
test_invitation.py refactor: move User.check_password and User.set_password methods to Backend 2024-04-07 20:17:15 +02:00
test_misc.py fix: JAVASCRIPT and HTMX configuration settings were ignored 2024-04-09 12:07:00 +02:00
test_models.py refactor: move User.check_password and User.set_password methods to Backend 2024-04-07 20:17:15 +02:00
test_password_reset.py refactor: move User.check_password and User.set_password methods to Backend 2024-04-07 20:17:15 +02:00
test_permissions.py feat: use pydantic to validate the configuration 2024-03-28 17:44:26 +01:00
test_profile_creation.py refactor: move User.check_password and User.set_password methods to Backend 2024-04-07 20:17:15 +02:00
test_profile_edition.py refactor: assume ACL have default values 2024-03-30 17:21:40 +01:00
test_profile_photo.py refactor: use User.get instead of User.get_from_login when this is pertinent 2024-04-07 18:46:08 +02:00
test_profile_settings.py feat: locked users cannot be impersonated 2024-04-12 12:12:08 +02:00
test_registration.py refactor: move BackendModel.query to Backend.query 2024-05-03 21:42:54 +02:00