authentic/tests
Benjamin Dauvergne 7f8353561d auth_fc: handle case of multiple FranceConnect accounts with same email (#53409) 2021-04-27 21:24:27 +02:00
..
auth_fc auth_fc: handle case of multiple FranceConnect accounts with same email (#53409) 2021-04-27 21:24:27 +02:00
templates misc: inject TEMPLATE_VARS in mail template context (#43469) 2020-07-03 10:00:50 +02:00
test_journal_app misc: apply isort (#52457) 2021-03-30 13:59:53 +02:00
200x200.jpg support avatar picture in user profile (#26022) 2018-10-30 10:23:11 +01:00
201x201.jpg misc: automatically resize profile image (#27644) 2018-10-30 10:23:11 +01:00
__init__.py tests: add __init__ files (#41930) 2020-05-13 20:01:43 +02:00
cache_urls.py misc: apply isort (#52457) 2021-03-30 13:59:53 +02:00
cert.pem tests: use a certificate for localhost.entrouvert.org 2018-12-05 18:03:51 +01:00
conftest.py tests: detect use of --nomigrations through pytestconfig 2021-04-11 16:25:37 +02:00
key.pem tests: use a certificate for localhost.entrouvert.org 2018-12-05 18:03:51 +01:00
metadata.xml remove all remaining uses of urllib2.urlopen (fixes #11388) 2016-06-16 11:52:18 +02:00
openid_configuration.json test some management commands (#24866) 2018-07-16 08:05:50 +02:00
settings.py utils: add a safe_get_or_create() primitive (#52929) 2021-04-17 18:34:02 +02:00
test_a2_rbac.py misc: remove some unused imports (#52457) 2021-03-30 14:00:27 +02:00
test_admin.py misc: remove six module usage (#52503) 2021-03-30 15:06:49 +02:00
test_all.py misc: remove six module usage (#52503) 2021-03-30 15:06:49 +02:00
test_api.py tests: copy/paste users tests to member users api (#50889) 2021-03-30 21:47:31 +02:00
test_attribute_kinds.py misc: apply isort (#52457) 2021-03-30 13:59:53 +02:00
test_auth_oidc.py auth_oidc: add STRATEGY_FIND_USERNAME to match sub with username (#53445) 2021-04-27 06:54:35 +02:00
test_auth_saml.py manager: include oidc and saml federation info in user details (#28210) 2021-04-26 10:12:55 +02:00
test_backends.py misc: apply isort (#52457) 2021-03-30 13:59:53 +02:00
test_change_email.py tests: add __init__ files (#41930) 2020-05-13 20:01:43 +02:00
test_commands.py clean-unused-accounts: use get_user_queryset() (#53446) 2021-04-27 14:26:26 +02:00
test_concurrency.py tests: detect use of --nomigrations through pytestconfig 2021-04-11 16:25:37 +02:00
test_crypto.py misc: remove some unused imports (#52457) 2021-03-30 14:00:27 +02:00
test_csv_import.py csv_import: do not send creation email when simulating (#53453) 2021-04-27 14:44:11 +02:00
test_custom_user.py misc: remove some unused imports (#52457) 2021-03-30 14:00:27 +02:00
test_customfields.py misc: apply isort (#52457) 2021-03-30 13:59:53 +02:00
test_data_transfer.py data_transfer: validate Role.slug and Role.uuid fields (#52192) 2021-03-31 19:13:37 +02:00
test_fields.py misc: apply isort (#52457) 2021-03-30 13:59:53 +02:00
test_hashers.py misc: apply black (#52457) 2021-03-30 11:32:55 +02:00
test_idp_cas.py misc: remove six module usage (#52503) 2021-03-30 15:06:49 +02:00
test_idp_oidc.py misc: remove six module usage (#52503) 2021-03-30 15:06:49 +02:00
test_idp_saml2.py misc: remove six module usage (#52503) 2021-03-30 15:06:49 +02:00
test_import_export_site_cmd.py data_transfer: validate Role.slug and Role.uuid fields (#52192) 2021-03-31 19:13:37 +02:00
test_journal.py misc: apply isort (#52457) 2021-03-30 13:59:53 +02:00
test_large_userbase.py misc: apply isort (#52457) 2021-03-30 13:59:53 +02:00
test_ldap.py views: use LDAPBackendPasswordLost to switch to LDAP account (#43585) 2021-04-09 14:47:18 +02:00
test_login.py misc: remove six module usage (#52503) 2021-03-30 15:06:49 +02:00
test_manager.py manager: display role UUID (#52225) 2021-04-26 10:13:34 +02:00
test_manager_journal.py manager: add permissions based access to global journal (#52765) 2021-04-12 14:50:05 +02:00
test_manager_user_import.py misc: apply isort (#52457) 2021-03-30 13:59:53 +02:00
test_migrations.py misc: remove some unused imports (#52457) 2021-03-30 14:00:27 +02:00
test_models.py misc: apply isort (#52457) 2021-03-30 13:59:53 +02:00
test_natural_key.py misc: apply isort (#52457) 2021-03-30 13:59:53 +02:00
test_ou_manager.py misc: apply black (#52457) 2021-03-30 11:32:55 +02:00
test_password_reset.py forms: add honeypot field to password reset form (#52883) 2021-04-15 12:21:13 +02:00
test_passwords.py misc: apply black (#52457) 2021-03-30 11:32:55 +02:00
test_profile.py misc: apply isort (#52457) 2021-03-30 13:59:53 +02:00
test_registration.py misc: remove six module usage (#52503) 2021-03-30 15:06:49 +02:00
test_role_manager.py manager: import roles using CSV (#24921) 2021-04-01 14:33:18 +02:00
test_saml_x509utils.py misc: apply isort (#52457) 2021-03-30 13:59:53 +02:00
test_template.py misc: apply isort (#52457) 2021-03-30 13:59:53 +02:00
test_token.py misc: add one-time token model (#39745) 2020-02-12 17:12:26 +01:00
test_user_manager.py manager: display progress while importing users (#50163) 2021-04-21 12:28:21 +02:00
test_user_model.py misc: remove some unused imports (#52457) 2021-03-30 14:00:27 +02:00
test_utils.py misc: apply isort (#52457) 2021-03-30 13:59:53 +02:00
test_utils_evaluate.py misc: apply isort (#52457) 2021-03-30 13:59:53 +02:00
test_utils_lazy.py misc: remove some unused imports (#52457) 2021-03-30 14:00:27 +02:00
test_utils_models.py tests: relax assertions in safe_get_or_create test 2021-04-27 06:54:09 +02:00
test_validators.py misc: apply isort (#52457) 2021-03-30 13:59:53 +02:00
test_views.py misc: remove six module usage (#52503) 2021-03-30 15:06:49 +02:00
test_widgets.py misc: apply isort (#52457) 2021-03-30 13:59:53 +02:00
utils.py misc: remove six module usage (#52503) 2021-03-30 15:06:49 +02:00