Routetest_all_known_modelspytest.mark.parametrize(
"model, response_type, context_keys",
((value, key, FIND_BY_UUID_EXTR
tests/app/platform_admin/test_rest.py:None
Routetest_create_a_new_template_for_a_service_adds_postage_for_letters_onlypytest.mark.parametrize(
"template_type, expected_postage", [(SMS_TYPE, None), (EMAIL_TYPE, None), (LETTER
tests/app/template/test_rest.py:None
Routetest_create_letter_template_with_various_postage_optionspytest.mark.parametrize(
"postage",
["first", "second", "europe", "rest-of-world", "economy"],
)
tests/app/dao/test_templates_dao.py:None
Routetest_create_notification_history_with_various_postage_valuespytest.mark.parametrize("postage", ["first", "second", "europe", "rest-of-world", "economy"])
tests/app/dao/test_notification_history_dao.py:None
Routetest_format_mmg_messagepytest.mark.parametrize(
"message, expected_output",
[
("abc", "abc"),
("", ""),
tests/app/notifications/test_receive_notification.py:None
Routetest_generate_letter_pdf_filename_returns_correct_postage_for_filenamepytest.mark.parametrize(
"postage,expected_postage",
[("second", 2), ("first", 1), ("economy", "ECONOM
tests/app/letters/test_letter_utils.py:None
Routetest_get_template_by_id_returns_200pytest.mark.parametrize(
"tmp_type, expected_name, expected_subject,postage",
[
(SMS_TYPE, "sm
tests/app/v2/template/test_get_template.py:None
Routetest_post_notification_returns_401_and_well_formed_auth_errorpytest.mark.parametrize(
"notification_type, key_send_to, send_to",
[
("sms", "phone_number",
tests/app/v2/notifications/test_post_notifications.py:None
Routetest_post_precompiled_letter_notification_returns_201pytest.mark.parametrize(
"notification_postage, expected_postage", [("second", "second"), ("first", "first
tests/app/v2/notifications/test_post_letter_notifications.py:None
Routetest_process_sanitised_letter_with_valid_letterpytest.mark.parametrize(
"key_type, destination_bucket, expected_status, postage, destination_filename",
tests/app/celery/test_letters_pdf_tasks.py:None
Routetest_send_international_letterpytest.mark.parametrize(
"postage, despatch_method", (("europe", "INTERNATIONAL_EU"), ("rest-of-world", "I
tests/app/clients/test_dvla.py:None
Routetest_send_notification_to_queuepytest.mark.parametrize(
("requested_queue, notification_type, key_type, expected_queue, expected_task"),
tests/app/notifications/test_process_notification.py:None
Routetest_set_default_free_allowance_for_servicepytest.mark.parametrize(
"org_type, year, expected_default",
[
("central", 2021, 150000),
tests/app/dao/test_annual_billing_dao.py:None
Routetest_set_sms_prefixing_for_servicepytest.mark.parametrize(
"posted_value, stored_value, returned_value",
[
(True, True, True),
tests/app/service/test_rest.py:None
Routetest_valid_post_template_returns_200pytest.mark.parametrize("subject,content,post_data,expected_subject,expected_content,expected_html", valid_pos
tests/app/v2/template/test_post_template.py:None