[house] Add a Jinja test template#844
Conversation
This changes the expecations for the output layout. This brings the exercise in line with the problem spec and breaks all existing solutions.
|
This PR touches files which potentially affect the outcome of the tests of an exercise. This will cause all students' solutions to affected exercises to be re-tested. If this PR does not affect the result of the test (or, for example, adds an edge case that is not worth rerunning all tests for), please add the following to the merge-commit message which will stops student's tests from re-running. Please copy-paste to avoid typos. For more information, refer to the documentation. If you are unsure whether to add the message or not, please ping |
|
+cc @exercism/bash This changes the expected output format to match the problem spec, breaking existing implementations. Thoughts on changing this exercise in that way? Any objections? Personally, I think moving things towards the problem spec is generally good. |
|
I am for it, and the output change is likely an easy change for the solutions that exist. We could still commit with the "[no important files changed]" if we want to have students to opt-in on the changes, without invalidating their solutions, right? |
| # generated on 2026-06-29T04:05:11+00:00 | ||
| # local version: 2.0.0.0 |
There was a problem hiding this comment.
Does anyone remember why we started putting version numbers into the tests? This change is going backwards.
This changes the expecations for the output layout.
This brings the exercise in line with the problem spec and breaks all existing solutions.