-
- Downloads
Merge branch 'last-name-check' into 'main'
Change last name checking to simulate (some of) jackdaw behaviour See merge request !92
No related branches found
No related tags found
Showing
- activate_account/apps.py 2 additions, 0 deletionsactivate_account/apps.py
- activate_account/factories.py 23 additions, 6 deletionsactivate_account/factories.py
- activate_account/management/commands/init_mock_data.py 24 additions, 6 deletionsactivate_account/management/commands/init_mock_data.py
- activate_account/migrations/0008_alter_accountidentifier_id_and_last_name.py 36 additions, 0 deletions...grations/0008_alter_accountidentifier_id_and_last_name.py
- activate_account/models.py 2 additions, 1 deletionactivate_account/models.py
- activate_account/tests/test_account.py 1 addition, 19 deletionsactivate_account/tests/test_account.py
- activate_account/tests/test_account_identifier.py 0 additions, 12 deletionsactivate_account/tests/test_account_identifier.py
- api/v1alpha/serializers.py 0 additions, 6 deletionsapi/v1alpha/serializers.py
- api/v1alpha/tests/test_account_details.py 0 additions, 2 deletionsapi/v1alpha/tests/test_account_details.py
- api/v1alpha/tests/test_reset_token.py 14 additions, 0 deletionsapi/v1alpha/tests/test_reset_token.py
- authentication/normalisation.py 40 additions, 0 deletionsauthentication/normalisation.py
- authentication/serializers.py 29 additions, 5 deletionsauthentication/serializers.py
- authentication/tests/test_login_view.py 73 additions, 5 deletionsauthentication/tests/test_login_view.py
- authentication/tests/test_normalisation.py 28 additions, 0 deletionsauthentication/tests/test_normalisation.py
- authentication/tests/test_token_request_serializer.py 18 additions, 0 deletionsauthentication/tests/test_token_request_serializer.py
- data_manager_api/serializers.py 11 additions, 3 deletionsdata_manager_api/serializers.py
- data_manager_api/tests/test_serializers.py 10 additions, 9 deletionsdata_manager_api/tests/test_serializers.py
- data_manager_api/tests/test_views.py 21 additions, 15 deletionsdata_manager_api/tests/test_views.py
- data_manager_api/tests/utils.py 0 additions, 1 deletiondata_manager_api/tests/utils.py
authentication/normalisation.py
0 → 100644
authentication/tests/test_normalisation.py
0 → 100644
Please register or sign in to comment