authentic/tests
Benjamin Dauvergne 818737a7c6 natural_key: fix get_by_natural_key_json for objects with partial unique indexes (fixes #23857)
Unicity on NULL column must be explicitely stated in the list of natural
keys.
2018-05-17 15:22:27 +02:00
..
cache_urls.py simplify tox.ini, move remaining tests to root test directories (fixes #1156) 2016-03-02 01:15:51 +01:00
conftest.py fix UnicodeDecodeError in PickerWidgetMixin (fixes #23055) 2018-04-10 09:49:18 +02:00
metadata.xml remove all remaining uses of urllib2.urlopen (fixes #11388) 2016-06-16 11:52:18 +02:00
settings.py tests: disable cache decorators by default (fixes #22227) 2018-03-02 12:05:09 +01:00
test_a2_rbac.py create 'import_site' and 'export_site' commands (#16514) 2018-04-16 11:41:32 +02:00
test_admin.py manager: set a /manage/ specific login url (fixes #19429) 2017-10-13 16:21:59 +02:00
test_all.py tests: disable cache decorators by default (fixes #22227) 2018-03-02 12:05:09 +01:00
test_api.py api: Role should be looked-up using the uuid as the slug is not unique 2018-03-05 18:32:32 +01:00
test_attribute_kinds.py tests: factorize extraction of links from outbound mails (#20186) 2017-11-21 11:20:25 +01:00
test_auth_oidc.py auth_oidc: only update user's fields if they changed (fixes #21560) 2018-05-02 14:55:19 +02:00
test_auth_saml.py auth_saml: allow provisionning all attributes from SAML attributs (fixes #10599) 2016-05-20 12:03:03 +02:00
test_backends.py add settings to filter user authorized to authenticate (fixes #19597) 2017-11-16 16:29:13 +01:00
test_cas.py cas: check if user is authorized through the client (#15456) 2017-06-02 15:39:49 +02:00
test_change_email.py views: fix bug introduced in EmailChangeVerifyView by 16afddc6b9 (fixes #20186) 2017-11-21 11:20:26 +01:00
test_cleanup.py add test of the DeletedUserManager.cleanup() method 2016-07-11 19:01:29 +02:00
test_concurrency.py tests: add test of CSV export of users (#13587) 2018-05-02 19:44:28 +02:00
test_crypto.py crypto: add more checks when removing padding 2017-07-24 11:04:50 +02:00
test_custom_user.py tests: readd custom user tests, erroneously removed (#16323) 2017-05-15 12:49:33 +02:00
test_data_transfer.py create 'import_site' and 'export_site' commands (#16514) 2018-04-16 11:41:32 +02:00
test_hashers.py add hasher for Joomla passwords (fixes #13301) 2016-09-30 10:34:17 +02:00
test_idp_oidc.py idp oidc: skip unset attributes in user-info (#23643) 2018-05-07 22:02:03 +02:00
test_idp_saml2.py misc: switch form buttons to <button> markup (#22438) 2018-04-04 09:17:48 +02:00
test_import_export_site_cmd.py create 'import_site' and 'export_site' commands (#16514) 2018-04-16 11:41:32 +02:00
test_ldap.py ldap_backend: groups to A2 roles mapping (#16523) 2017-12-06 18:58:41 +01:00
test_login.py utils: always encode next_url to ASCII before using it (fixes #20181) 2017-12-08 14:52:14 +01:00
test_manager.py add UI for import/export site (#23210) 2018-05-03 19:06:38 +02:00
test_natural_key.py natural_key: fix get_by_natural_key_json for objects with partial unique indexes (fixes #23857) 2018-05-17 15:22:27 +02:00
test_password_reset.py profile_forms: apply login-password user filters to the password-reset form (fixes #20455) 2017-12-06 11:07:42 +01:00
test_profile.py return to account_management view if edit-profile form does not receive a next_url parameter (fixes #23049) 2018-04-10 00:55:52 +02:00
test_registration.py allow a post registration landing page (fixes #22378) 2018-03-13 15:36:57 +01:00
test_user_manager.py tests: add test of CSV export of users (#13587) 2018-05-02 19:44:28 +02:00
test_user_model.py custom_user: improve performance of User.attributes (fixes #17599) 2017-07-13 11:15:45 +02:00
test_utils.py tests: add more coverage for tests of next_url checking (#21769) 2018-03-01 15:43:54 +01:00
test_views.py allow redirect /accounts/ to an external page (fixes #21770) 2018-02-23 19:26:16 +01:00
test_widget_datetimepicker.py fix UnicodeDecodeError in PickerWidgetMixin (fixes #23055) 2018-04-10 09:49:18 +02:00
utils.py tests: add test of CSV export of users (#13587) 2018-05-02 19:44:28 +02:00