From 01389b5edfc77657e778d45ed465cb34f9e88dcb Mon Sep 17 00:00:00 2001 From: Ben Thorner Date: Wed, 6 Apr 2022 15:01:46 +0100 Subject: [PATCH] Rename provider tests to match endpoint under test This makes it clearer which tests we have for what. --- tests/app/main/views/test_providers.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/app/main/views/test_providers.py b/tests/app/main/views/test_providers.py index 57fc17961..e1f10b5cd 100644 --- a/tests/app/main/views/test_providers.py +++ b/tests/app/main/views/test_providers.py @@ -141,7 +141,7 @@ def stub_provider_history(): } -def test_should_show_all_providers( +def test_view_providers_shows_all_providers( client_request, platform_admin_user, mocker, @@ -247,7 +247,7 @@ def test_add_monthly_traffic(): }] -def test_should_show_provider_version_history( +def test_view_provider_shows_version_history( client_request, platform_admin_user, mocker, @@ -304,7 +304,7 @@ def test_should_show_provider_version_history( ], ), ]) -def test_should_update_priority_of_first_two_sms_providers( +def test_edit_sms_provider_ratio_should_update_priority_of_first_two_sms_providers( client_request, platform_admin_user, mocker,