You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The cp-tools check -a command must validate all the solutions, tests, validators and checkers.
Currently, to validate each of these files, you need to run a specific command:
-c / --checker for checkers
-t / --tests for tests
-v / --validator for validators
-s / --solutions for solutions
It is desirable that the cp-tools check --all command validates all of these files at once.
Acceptance criteria:
It must document the implemented parameters
It must unit test this option
The text was updated successfully, but these errors were encountered:
This issue depends on the following issues:
Add the option
-a
to thecheck
commandDescription:
The
cp-tools check -a
command must validate all the solutions, tests, validators and checkers.Currently, to validate each of these files, you need to run a specific command:
-c / --checker
for checkers-t / --tests
for tests-v / --validator
for validators-s / --solutions
for solutionsIt is desirable that the
cp-tools check --all
command validates all of these files at once.Acceptance criteria:
The text was updated successfully, but these errors were encountered: