Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the option '-a' to the 'check' command #28

Open
2 tasks
edsomjr opened this issue Jun 20, 2020 · 2 comments
Open
2 tasks

Add the option '-a' to the 'check' command #28

edsomjr opened this issue Jun 20, 2020 · 2 comments

Comments

@edsomjr
Copy link
Owner

edsomjr commented Jun 20, 2020

This issue depends on the following issues:

Add the option -a to the check command

Description:

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
@edsomjr edsomjr self-assigned this Jun 20, 2020
@durvalcarvalho

This comment has been minimized.

@edsomjr edsomjr changed the title Implementar a opção -a ao comando check Add the option '-a' to the 'check' command Oct 23, 2020
@edsomjr

This comment has been minimized.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants