aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test
AgeCommit message (Collapse)Author
2023-04-11build: improve PrintStep, SkipStep and PatchStep namesManlio Perillo
Use lover case for the step names. Add the exercise name for the SkipStep and PatchStep step name.
2023-04-11build: simplify code and add testsManlio Perillo
Simplify the code finding the exercise number from the exercise index, when the -Dn option is set. This is now possible since the exercise numbers have no holes. Add the validate_exercises function to check that exercise number are in the correct order, and call it at the start of the build function. Add tests, with 2 test cases.