[pythagorean-triplet] Add a Jinja test template#856
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 |
kotp
left a comment
There was a problem hiding this comment.
Error message states it... "should be exactly 2 commented skip directive (sic) in pythagorean_triplet.bats"
Might also look at the plural/singular slip there as well.
4f40060 to
37220b5
Compare
Updated |
|
This (The tests, I mean) is running "forever" for me locally. |
37220b5 to
ad4219f
Compare
I changed the skip-logic in the template but forget to regenerate the test file. It should be better now. The large test is meant to be skipped. |
No description provided.