From 1434368fdbae7209cb8db91689802ee3002d434f Mon Sep 17 00:00:00 2001 From: Sina Atalay Date: Sat, 13 Jul 2024 19:35:58 +0300 Subject: [PATCH] tests: update tests for new section titles --- tests/test_data.py | 4 ++-- .../dummytheme/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/test_data.py b/tests/test_data.py index 35e07e98..0ffa0edb 100644 --- a/tests/test_data.py +++ b/tests/test_data.py @@ -753,8 +753,8 @@ def test_default_input_file_doesnt_have_local_catalog(): @pytest.mark.parametrize( "key, expected_section_title", [ - ("this_is_a_test", "This Is A Test"), - ("welcome_to_RenderCV!", "Welcome To RenderCV!"), + ("this_is_a_test", "This Is a Test"), + ("welcome_to_RenderCV!", "Welcome to RenderCV!"), ("\\faGraduationCap_education", "\\faGraduationCap Education"), ("Hello_World", "Hello World"), ("Hello World", "Hello World"), diff --git a/tests/testdata/test_copy_theme_files_to_output_directory_custom_theme/dummytheme/__init__.py b/tests/testdata/test_copy_theme_files_to_output_directory_custom_theme/dummytheme/__init__.py index cccf3f9e..ce07e492 100644 --- a/tests/testdata/test_copy_theme_files_to_output_directory_custom_theme/dummytheme/__init__.py +++ b/tests/testdata/test_copy_theme_files_to_output_directory_custom_theme/dummytheme/__init__.py @@ -4,4 +4,4 @@ import pydantic class DummythemeThemeOptions(pydantic.BaseModel): - theme: Literal["dummytheme"] + theme: Literal['dummytheme']