We can do this using the patch_and_test_exercises.sh script and check if it returned an error code or 0.
To discuss:
In the current implementation the script test that each exercise that have a patch, pass the test.
Maybe we instead want to check for each existing exercises if 1) it have a patch 2) it pass the tests once patched
Should it be blocking in order to guarantee that every added exercise is doable ?
We can do this using the
patch_and_test_exercises.sh
script and check if it returned an error code or 0.To discuss: In the current implementation the script test that each exercise that have a patch, pass the test. Maybe we instead want to check for each existing exercises if 1) it have a patch 2) it pass the tests once patched Should it be blocking in order to guarantee that every added exercise is doable ?