We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The CLI main entry point testing was removed in PRs #94 and #96 as it was not covering all required use cases. See #94 (comment).
Testing the CLI main entry point is essential towards ensuring that the delivered package provides a simple-to-use interface.
After the refactoring done in PR #98, we should be able to add back the test covering the expected use cases.
The text was updated successfully, but these errors were encountered:
jhlegarreta
Successfully merging a pull request may close this issue.
The CLI main entry point testing was removed in PRs #94 and #96 as it was not covering all required use cases. See
#94 (comment).
Testing the CLI main entry point is essential towards ensuring that the delivered package provides a simple-to-use interface.
After the refactoring done in PR #98, we should be able to add back the test covering the expected use cases.
The text was updated successfully, but these errors were encountered: