From ac4ebacfeb2756ef2f4be7b2a6ad17d215453821 Mon Sep 17 00:00:00 2001 From: Carlo Costino Date: Thu, 16 May 2024 10:41:49 -0400 Subject: [PATCH] Removed one more utils reference in the README and fixed directory name Signed-off-by: Carlo Costino --- README.md | 1 - .../__init__.py | 0 .../clients/antivirus/test_antivirus_client.py | 0 .../clients/encryption/test_encryption_client.py | 0 .../clients/redis/test_redis_client.py | 0 .../clients/redis/test_request_cache.py | 0 .../clients/test_redis.py | 0 .../clients/zendesk/test_zendesk_client.py | 0 .../conftest.py | 0 .../country_synonyms.py | 0 .../test_base64_uuid.py | 0 .../test_base_template.py | 0 .../test_countries.py | 0 .../test_countries_iso.py | 0 .../test_field.py | 0 .../test_field_html_handling.py | 0 .../test_files/multi_page_pdf.pdf | Bin .../test_files/one_page_pdf.pdf | Bin .../test_formatted_list.py | 0 .../test_formatters.py | 0 .../test_insensitive_dict.py | 0 .../test_international_billing_rates.py | 0 .../test_letter_timings.py | 0 .../test_logging.py | 0 .../test_markdown.py | 0 .../test_placeholders.py | 0 .../test_postal_address.py | 0 .../test_recipient_csv.py | 0 .../test_recipient_validation.py | 0 .../test_request_header_authentication.py | 0 .../test_request_id.py | 0 .../test_s3.py | 0 .../test_safe_string.py | 0 .../test_sanitise_text.py | 0 .../test_serialised_model.py | 0 .../test_take.py | 0 .../test_template_change.py | 0 .../test_template_types.py | 0 .../test_timezones.py | 0 .../test_url_safe_tokens.py | 0 40 files changed, 1 deletion(-) rename tests/{notification_utils => notifications_utils}/__init__.py (100%) rename tests/{notification_utils => notifications_utils}/clients/antivirus/test_antivirus_client.py (100%) rename tests/{notification_utils => notifications_utils}/clients/encryption/test_encryption_client.py (100%) rename tests/{notification_utils => notifications_utils}/clients/redis/test_redis_client.py (100%) rename tests/{notification_utils => notifications_utils}/clients/redis/test_request_cache.py (100%) rename tests/{notification_utils => notifications_utils}/clients/test_redis.py (100%) rename tests/{notification_utils => notifications_utils}/clients/zendesk/test_zendesk_client.py (100%) rename tests/{notification_utils => notifications_utils}/conftest.py (100%) rename tests/{notification_utils => notifications_utils}/country_synonyms.py (100%) rename tests/{notification_utils => notifications_utils}/test_base64_uuid.py (100%) rename tests/{notification_utils => notifications_utils}/test_base_template.py (100%) rename tests/{notification_utils => notifications_utils}/test_countries.py (100%) rename tests/{notification_utils => notifications_utils}/test_countries_iso.py (100%) rename tests/{notification_utils => notifications_utils}/test_field.py (100%) rename tests/{notification_utils => notifications_utils}/test_field_html_handling.py (100%) rename tests/{notification_utils => notifications_utils}/test_files/multi_page_pdf.pdf (100%) rename tests/{notification_utils => notifications_utils}/test_files/one_page_pdf.pdf (100%) rename tests/{notification_utils => notifications_utils}/test_formatted_list.py (100%) rename tests/{notification_utils => notifications_utils}/test_formatters.py (100%) rename tests/{notification_utils => notifications_utils}/test_insensitive_dict.py (100%) rename tests/{notification_utils => notifications_utils}/test_international_billing_rates.py (100%) rename tests/{notification_utils => notifications_utils}/test_letter_timings.py (100%) rename tests/{notification_utils => notifications_utils}/test_logging.py (100%) rename tests/{notification_utils => notifications_utils}/test_markdown.py (100%) rename tests/{notification_utils => notifications_utils}/test_placeholders.py (100%) rename tests/{notification_utils => notifications_utils}/test_postal_address.py (100%) rename tests/{notification_utils => notifications_utils}/test_recipient_csv.py (100%) rename tests/{notification_utils => notifications_utils}/test_recipient_validation.py (100%) rename tests/{notification_utils => notifications_utils}/test_request_header_authentication.py (100%) rename tests/{notification_utils => notifications_utils}/test_request_id.py (100%) rename tests/{notification_utils => notifications_utils}/test_s3.py (100%) rename tests/{notification_utils => notifications_utils}/test_safe_string.py (100%) rename tests/{notification_utils => notifications_utils}/test_sanitise_text.py (100%) rename tests/{notification_utils => notifications_utils}/test_serialised_model.py (100%) rename tests/{notification_utils => notifications_utils}/test_take.py (100%) rename tests/{notification_utils => notifications_utils}/test_template_change.py (100%) rename tests/{notification_utils => notifications_utils}/test_template_types.py (100%) rename tests/{notification_utils => notifications_utils}/test_timezones.py (100%) rename tests/{notification_utils => notifications_utils}/test_url_safe_tokens.py (100%) diff --git a/README.md b/README.md index 0c4d14861..8547e540a 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,6 @@ This repo contains: Our other repositories are: - [notifications-admin](https://github.com/GSA/notifications-admin) -- [notifications-utils](https://github.com/GSA/notifications-utils) - [us-notify-compliance](https://github.com/GSA/us-notify-compliance/) - [notify-python-demo](https://github.com/GSA/notify-python-demo) diff --git a/tests/notification_utils/__init__.py b/tests/notifications_utils/__init__.py similarity index 100% rename from tests/notification_utils/__init__.py rename to tests/notifications_utils/__init__.py diff --git a/tests/notification_utils/clients/antivirus/test_antivirus_client.py b/tests/notifications_utils/clients/antivirus/test_antivirus_client.py similarity index 100% rename from tests/notification_utils/clients/antivirus/test_antivirus_client.py rename to tests/notifications_utils/clients/antivirus/test_antivirus_client.py diff --git a/tests/notification_utils/clients/encryption/test_encryption_client.py b/tests/notifications_utils/clients/encryption/test_encryption_client.py similarity index 100% rename from tests/notification_utils/clients/encryption/test_encryption_client.py rename to tests/notifications_utils/clients/encryption/test_encryption_client.py diff --git a/tests/notification_utils/clients/redis/test_redis_client.py b/tests/notifications_utils/clients/redis/test_redis_client.py similarity index 100% rename from tests/notification_utils/clients/redis/test_redis_client.py rename to tests/notifications_utils/clients/redis/test_redis_client.py diff --git a/tests/notification_utils/clients/redis/test_request_cache.py b/tests/notifications_utils/clients/redis/test_request_cache.py similarity index 100% rename from tests/notification_utils/clients/redis/test_request_cache.py rename to tests/notifications_utils/clients/redis/test_request_cache.py diff --git a/tests/notification_utils/clients/test_redis.py b/tests/notifications_utils/clients/test_redis.py similarity index 100% rename from tests/notification_utils/clients/test_redis.py rename to tests/notifications_utils/clients/test_redis.py diff --git a/tests/notification_utils/clients/zendesk/test_zendesk_client.py b/tests/notifications_utils/clients/zendesk/test_zendesk_client.py similarity index 100% rename from tests/notification_utils/clients/zendesk/test_zendesk_client.py rename to tests/notifications_utils/clients/zendesk/test_zendesk_client.py diff --git a/tests/notification_utils/conftest.py b/tests/notifications_utils/conftest.py similarity index 100% rename from tests/notification_utils/conftest.py rename to tests/notifications_utils/conftest.py diff --git a/tests/notification_utils/country_synonyms.py b/tests/notifications_utils/country_synonyms.py similarity index 100% rename from tests/notification_utils/country_synonyms.py rename to tests/notifications_utils/country_synonyms.py diff --git a/tests/notification_utils/test_base64_uuid.py b/tests/notifications_utils/test_base64_uuid.py similarity index 100% rename from tests/notification_utils/test_base64_uuid.py rename to tests/notifications_utils/test_base64_uuid.py diff --git a/tests/notification_utils/test_base_template.py b/tests/notifications_utils/test_base_template.py similarity index 100% rename from tests/notification_utils/test_base_template.py rename to tests/notifications_utils/test_base_template.py diff --git a/tests/notification_utils/test_countries.py b/tests/notifications_utils/test_countries.py similarity index 100% rename from tests/notification_utils/test_countries.py rename to tests/notifications_utils/test_countries.py diff --git a/tests/notification_utils/test_countries_iso.py b/tests/notifications_utils/test_countries_iso.py similarity index 100% rename from tests/notification_utils/test_countries_iso.py rename to tests/notifications_utils/test_countries_iso.py diff --git a/tests/notification_utils/test_field.py b/tests/notifications_utils/test_field.py similarity index 100% rename from tests/notification_utils/test_field.py rename to tests/notifications_utils/test_field.py diff --git a/tests/notification_utils/test_field_html_handling.py b/tests/notifications_utils/test_field_html_handling.py similarity index 100% rename from tests/notification_utils/test_field_html_handling.py rename to tests/notifications_utils/test_field_html_handling.py diff --git a/tests/notification_utils/test_files/multi_page_pdf.pdf b/tests/notifications_utils/test_files/multi_page_pdf.pdf similarity index 100% rename from tests/notification_utils/test_files/multi_page_pdf.pdf rename to tests/notifications_utils/test_files/multi_page_pdf.pdf diff --git a/tests/notification_utils/test_files/one_page_pdf.pdf b/tests/notifications_utils/test_files/one_page_pdf.pdf similarity index 100% rename from tests/notification_utils/test_files/one_page_pdf.pdf rename to tests/notifications_utils/test_files/one_page_pdf.pdf diff --git a/tests/notification_utils/test_formatted_list.py b/tests/notifications_utils/test_formatted_list.py similarity index 100% rename from tests/notification_utils/test_formatted_list.py rename to tests/notifications_utils/test_formatted_list.py diff --git a/tests/notification_utils/test_formatters.py b/tests/notifications_utils/test_formatters.py similarity index 100% rename from tests/notification_utils/test_formatters.py rename to tests/notifications_utils/test_formatters.py diff --git a/tests/notification_utils/test_insensitive_dict.py b/tests/notifications_utils/test_insensitive_dict.py similarity index 100% rename from tests/notification_utils/test_insensitive_dict.py rename to tests/notifications_utils/test_insensitive_dict.py diff --git a/tests/notification_utils/test_international_billing_rates.py b/tests/notifications_utils/test_international_billing_rates.py similarity index 100% rename from tests/notification_utils/test_international_billing_rates.py rename to tests/notifications_utils/test_international_billing_rates.py diff --git a/tests/notification_utils/test_letter_timings.py b/tests/notifications_utils/test_letter_timings.py similarity index 100% rename from tests/notification_utils/test_letter_timings.py rename to tests/notifications_utils/test_letter_timings.py diff --git a/tests/notification_utils/test_logging.py b/tests/notifications_utils/test_logging.py similarity index 100% rename from tests/notification_utils/test_logging.py rename to tests/notifications_utils/test_logging.py diff --git a/tests/notification_utils/test_markdown.py b/tests/notifications_utils/test_markdown.py similarity index 100% rename from tests/notification_utils/test_markdown.py rename to tests/notifications_utils/test_markdown.py diff --git a/tests/notification_utils/test_placeholders.py b/tests/notifications_utils/test_placeholders.py similarity index 100% rename from tests/notification_utils/test_placeholders.py rename to tests/notifications_utils/test_placeholders.py diff --git a/tests/notification_utils/test_postal_address.py b/tests/notifications_utils/test_postal_address.py similarity index 100% rename from tests/notification_utils/test_postal_address.py rename to tests/notifications_utils/test_postal_address.py diff --git a/tests/notification_utils/test_recipient_csv.py b/tests/notifications_utils/test_recipient_csv.py similarity index 100% rename from tests/notification_utils/test_recipient_csv.py rename to tests/notifications_utils/test_recipient_csv.py diff --git a/tests/notification_utils/test_recipient_validation.py b/tests/notifications_utils/test_recipient_validation.py similarity index 100% rename from tests/notification_utils/test_recipient_validation.py rename to tests/notifications_utils/test_recipient_validation.py diff --git a/tests/notification_utils/test_request_header_authentication.py b/tests/notifications_utils/test_request_header_authentication.py similarity index 100% rename from tests/notification_utils/test_request_header_authentication.py rename to tests/notifications_utils/test_request_header_authentication.py diff --git a/tests/notification_utils/test_request_id.py b/tests/notifications_utils/test_request_id.py similarity index 100% rename from tests/notification_utils/test_request_id.py rename to tests/notifications_utils/test_request_id.py diff --git a/tests/notification_utils/test_s3.py b/tests/notifications_utils/test_s3.py similarity index 100% rename from tests/notification_utils/test_s3.py rename to tests/notifications_utils/test_s3.py diff --git a/tests/notification_utils/test_safe_string.py b/tests/notifications_utils/test_safe_string.py similarity index 100% rename from tests/notification_utils/test_safe_string.py rename to tests/notifications_utils/test_safe_string.py diff --git a/tests/notification_utils/test_sanitise_text.py b/tests/notifications_utils/test_sanitise_text.py similarity index 100% rename from tests/notification_utils/test_sanitise_text.py rename to tests/notifications_utils/test_sanitise_text.py diff --git a/tests/notification_utils/test_serialised_model.py b/tests/notifications_utils/test_serialised_model.py similarity index 100% rename from tests/notification_utils/test_serialised_model.py rename to tests/notifications_utils/test_serialised_model.py diff --git a/tests/notification_utils/test_take.py b/tests/notifications_utils/test_take.py similarity index 100% rename from tests/notification_utils/test_take.py rename to tests/notifications_utils/test_take.py diff --git a/tests/notification_utils/test_template_change.py b/tests/notifications_utils/test_template_change.py similarity index 100% rename from tests/notification_utils/test_template_change.py rename to tests/notifications_utils/test_template_change.py diff --git a/tests/notification_utils/test_template_types.py b/tests/notifications_utils/test_template_types.py similarity index 100% rename from tests/notification_utils/test_template_types.py rename to tests/notifications_utils/test_template_types.py diff --git a/tests/notification_utils/test_timezones.py b/tests/notifications_utils/test_timezones.py similarity index 100% rename from tests/notification_utils/test_timezones.py rename to tests/notifications_utils/test_timezones.py diff --git a/tests/notification_utils/test_url_safe_tokens.py b/tests/notifications_utils/test_url_safe_tokens.py similarity index 100% rename from tests/notification_utils/test_url_safe_tokens.py rename to tests/notifications_utils/test_url_safe_tokens.py