authentic/tests
Paul Marillonnet c574d34895 tests: fix missing encoding declaration (#44915) 2020-07-07 23:45:17 +02:00
..
auth_fc auth_fc: set default priority to -1 (#44393) 2020-06-29 15:05:18 +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 tests: ensure testserver is used as host name in all tests (#44055) 2020-06-26 12:02:36 +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 tests: ensure testserver is used as host name in all tests (#44055) 2020-06-26 12:02:36 +02:00
test_a2_rbac.py tests: add select2 test helper (#41939) 2020-06-02 11:58:25 +02:00
test_admin.py tests: add __init__ files (#41930) 2020-05-13 20:01:43 +02:00
test_all.py misc: use long duration cookie to check for cookie support in browser (#44055) 2020-06-26 12:02:38 +02:00
test_api.py misc: implement customized date search for birthdate attribute (#44656) 2020-07-06 14:43:53 +02:00
test_attribute_kinds.py tests: add __init__ files (#41930) 2020-05-13 20:01:43 +02:00
test_auth_oidc.py misc: use long duration cookie to check for cookie support in browser (#44055) 2020-06-26 12:02:38 +02:00
test_auth_saml.py misc: allow authenticators display conditions (#28215) 2020-03-13 10:21:35 +01: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 tests: ensure testserver is used as host name in all tests (#44055) 2020-06-26 12:02:36 +02:00
test_concurrency.py tests: drop partial sqlite support 2019-11-21 17:02:06 +01:00
test_crypto.py python3: encodinging variations in authentic2.crypto aes testing (#28276) 2020-03-03 22:34:17 +01:00
test_csv_import.py csv_import: ignore BOM (#43627) 2020-06-30 15:23:55 +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 misc: remove all uses of map() (#44878) 2020-07-07 10:37:41 +02:00
test_idp_cas.py tests: add __init__ files (#41930) 2020-05-13 20:01:43 +02:00
test_idp_oidc.py test: sync test with messages 2020-07-01 11:41:35 +02:00
test_idp_saml2.py tests: ensure testserver is used as host name in all tests (#44055) 2020-06-26 12:02:36 +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_ldap.py tests: ensure testserver is used as host name in all tests (#44055) 2020-06-26 12:02:36 +02:00
test_login.py views: pass service parameter to show evaluation context (#42370) 2020-07-01 11:02:33 +02:00
test_manager.py tests: check for actual widget choices (#41939) 2020-06-02 11:58:25 +02:00
test_manager_user_import.py tests: drop partial sqlite support 2019-11-21 17:02:06 +01:00
test_migrations.py misc: replace DeletedUser model by attribute deleted on User (#41930) 2020-05-15 10:49:47 +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 tests: add __init__ files (#41930) 2020-05-13 20:01:43 +02:00
test_password_reset.py tests: add __init__ files (#41930) 2020-05-13 20:01:43 +02:00
test_passwords.py misc: use SystemRandom to generate passwords (#43154) 2020-05-20 16:46:51 +02:00
test_profile.py tests: fix missing encoding declaration (#44915) 2020-07-07 23:45:17 +02:00
test_registration.py misc: allow email domains suggestions (#40166) 2020-06-15 17:15:01 +02:00
test_role_manager.py manager: use gadjo to render form (#39580) 2020-07-02 23:28:16 +02:00
test_template.py add a template module, copycatting wcs.qommon.template (#37884) 2020-03-17 16:23:55 +01:00
test_token.py misc: add one-time token model (#39745) 2020-02-12 17:12:26 +01:00
test_user_manager.py csv_import: ignore BOM (#43627) 2020-06-30 15:23:55 +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 utils: add module to evaluate condition expressions safely (#35302) 2019-08-19 16:49:12 +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 views: fix password change code (#43862) 2020-06-15 12:17:48 +02:00
test_widgets.py forms: add a datalist textinput widget (#37884) 2020-03-17 16:23:55 +01:00
utils.py tests: add select2 test helper (#41939) 2020-06-02 11:58:25 +02:00