diff --git a/utils/templates/test_part.py b/utils/templates/test_part.py index 22d31ed..083905e 100644 --- a/utils/templates/test_part.py +++ b/utils/templates/test_part.py @@ -16,6 +16,7 @@ def create_part_test_stub(day_string: str, part: str) -> str: def test_solve(): assert solve(SAMPLE_DATA) == SAMPLE_SOLUTION_{part_upper} + def test_my_solution(): assert get_solution() == SOLUTION_{part_upper}