authentic/tests
Benjamin Dauvergne 7a94dc3af7 tests: simplify deterministic encryption test 2020-10-01 22:10:34 +02:00
..
auth_fc misc: validate and use a real identifier for services (#45672) 2020-09-03 11:55:13 +02:00
templates misc: inject TEMPLATE_VARS in mail template context (#43469) 2020-07-03 10:00:50 +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 spring cleaning (#32934) 2019-05-14 16:19:25 +02:00
cert.pem tests: use a certificate for localhost.entrouvert.org 2018-12-05 18:03:51 +01:00
conftest.py ci: add a --slow options to also run slow tests (#46988) 2020-10-01 11:50:38 +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 views: warn user before generating new token (#41792) 2020-08-20 09:57:17 +02:00
test_a2_rbac.py a2_rbac: add manage_authorizations permission to custom_user (#46182) 2020-09-29 11:55:18 +02:00
test_admin.py tests: add __init__ files (#41930) 2020-05-13 20:01:43 +02:00
test_all.py views: use one-time token for registration (#41792) 2020-08-20 09:55:22 +02:00
test_api.py api: add find duplicate users endpoint (#46424) 2020-10-01 13:29:24 +02:00
test_attribute_kinds.py tests: autouse the media fixture (#46868) 2020-09-24 16:57:50 +02:00
test_auth_oidc.py utils: remove obsolete timestamp_from_datetime (#45256) 2020-07-18 15:54:51 +02:00
test_auth_saml.py misc: allow authenticator autorun if only one available (#28216) 2020-07-13 10:33:05 +02:00
test_backends.py add request as first argument to all backends (#33992) 2019-07-02 12:49:28 +02:00
test_change_email.py tests: add __init__ files (#41930) 2020-05-13 20:01:43 +02:00
test_cleanup.py misc: add a DeletedUser model to keep metadata about deleted users (#41933) 2020-05-18 16:21:59 +02:00
test_commands.py misc: add command check-and-repair (#42190) 2020-09-03 11:57:33 +02:00
test_concurrency.py tests: mark concurrency test as slow 2020-10-01 22:10:34 +02:00
test_crypto.py tests: simplify deterministic encryption test 2020-10-01 22:10:34 +02:00
test_csv_import.py csv_import: ignore empty values when checking uniqueness (#44805) 2020-07-16 15:21:34 +02:00
test_custom_user.py spring cleaning (#32934) 2019-05-14 16:19:25 +02:00
test_customfields.py misc: use base64 to store PickledObjectField content (#41235) 2020-04-27 10:19:34 +02:00
test_data_transfer.py tests: remove unused variable (#41342) 2020-04-17 10:42:42 +02:00
test_fields.py misc: accept / in phone numbers (#41082) 2020-04-10 11:42:07 +02:00
test_hashers.py hashers: fix drupal password hasher (#45576) 2020-08-03 12:07:10 +02:00
test_idp_cas.py tests: add __init__ files (#41930) 2020-05-13 20:01:43 +02:00
test_idp_oidc.py idp_oidc: ensure client is in an ou when authz is by ou (#47159) 2020-10-01 11:33:57 +02:00
test_idp_saml2.py misc: reuse and factorize conversion of int to base64 (#47013) 2020-09-29 15:05:07 +02:00
test_import_export_site_cmd.py import_export_site: disable prompt confirmation testing (#41238) 2020-04-27 14:34:56 +02:00
test_large_userbase.py api: add find duplicate users endpoint (#46424) 2020-10-01 13:29:24 +02:00
test_ldap.py templates: use with_template template tag to render forms (#40159) 2020-08-14 11:16:41 +02:00
test_login.py misc: expose HTTP headers in authenticators conditions (#47084) 2020-09-29 21:14:03 +02:00
test_manager.py tests: mark stress test as slow 2020-10-01 22:10:34 +02:00
test_manager_user_import.py tests: autouse the media fixture (#46868) 2020-09-24 16:57:50 +02:00
test_migrations.py api: add find duplicate users endpoint (#46424) 2020-10-01 13:29:24 +02:00
test_models.py misc: hide disabled attributes and values (#42963) 2020-05-22 14:22:11 +02:00
test_natural_key.py spring cleaning (#32934) 2019-05-14 16:19:25 +02:00
test_ou_manager.py manager: add ou and role imports (#45082) 2020-08-31 10:05:59 +02:00
test_password_reset.py urls: remove legacy URL routing (#46151) 2020-09-17 11:32:01 +02:00
test_passwords.py misc: use SystemRandom to generate passwords (#43154) 2020-05-20 16:46:51 +02:00
test_profile.py idp_oidc: deactivate service authz page according to setting (#45649) 2020-08-04 12:12:22 +02:00
test_registration.py views: do not serialize missing attributes (#46906) 2020-09-25 08:03:41 +02:00
test_role_manager.py manager: use selected ou by default in import roles form (#46642) 2020-09-29 11:51:30 +02:00
test_saml_x509utils.py misc: rewrite x509utils using modern API (#46984) 2020-09-29 15:04:40 +02:00
test_template.py misc: provide origin service in template context (#20699) 2020-09-17 11:39:30 +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: simplify user's authorizations view (#47203) 2020-10-01 10:32:51 +02:00
test_user_model.py spring cleaning (#32934) 2019-05-14 16:19:25 +02:00
test_utils.py misc: inject TEMPLATE_VARS in mail template context (#43469) 2020-07-03 10:00:50 +02:00
test_utils_evaluate.py misc: expose HTTP headers in authenticators conditions (#47084) 2020-09-29 21:14:03 +02:00
test_utils_lazy.py misc: use unicode strings in lazy_join (#43287) 2020-06-18 09:30:36 +02:00
test_validators.py validators: close smtp socket after email rcpt check (#41791) 2020-05-15 10:55:40 +02:00
test_views.py login: add an option to hide cancel button (#41122) 2020-09-18 09:57:56 +02:00
test_widgets.py forms: add a datalist textinput widget (#37884) 2020-03-17 16:23:55 +01:00
utils.py manager: ignore select2 request if no user is logged (#45310) 2020-07-28 08:19:48 +02:00