[house] Add a Jinja test template#844
Conversation
|
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? |
This changes the expecations for the output layout. This brings the exercise in line with the problem spec and breaks all existing solutions.
This changes the expecations for the output layout.
This brings the exercise in line with the problem spec and breaks all existing solutions.