canaille-globuzma/tests/core
2024-04-07 19:50:26 +02:00
..
commands Moved every model import to canaille.models 2023-05-20 20:02:00 +02:00
__init__.py Moved user and group management in the core submodule 2023-04-09 13:34:38 +02:00
test_about.py Moved user and group management in the core submodule 2023-04-09 13:34:38 +02:00
test_account.py refactor: use User.get instead of User.get_from_login when this is pertinent 2024-04-07 18:46:08 +02:00
test_email_confirmation.py feat: use pydantic to validate the configuration 2024-03-28 17:44:26 +01:00
test_forgotten_password.py feat: use pydantic to validate the configuration 2024-03-28 17:44:26 +01:00
test_groups.py tests: backport tests from sqlachemy branch 2023-11-24 12:10:17 +01:00
test_invitation.py refactor: differenciate between login and username in forms 2024-04-07 19:50:26 +02:00
test_models.py refactor: User.has_password factorization 2024-04-07 18:33:43 +02:00
test_password_reset.py feat: use pydantic to validate the configuration 2024-03-28 17:44:26 +01:00
test_permissions.py feat: use pydantic to validate the configuration 2024-03-28 17:44:26 +01:00
test_profile_creation.py refactor: differenciate between login and username in forms 2024-04-07 19:50:26 +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: use pydantic to validate the configuration 2024-03-28 17:44:26 +01:00
test_registration.py feat: use pydantic to validate the configuration 2024-03-28 17:44:26 +01:00