-
Notifications
You must be signed in to change notification settings - Fork 12
Add tests for st2-pack-install CLI tool #138
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
Conversation
We intentionally don't symlink that binary in /usr/local/bin.
running pre v2.9dev release).
| vars: | ||
| base_repo_url: "https://github.com/StackStorm" | ||
| # Note: Pack 1 should have no external dependencies beyond Python stdlib ones. | ||
| pack_to_install_1: "csv" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would be nice to add a version selector here (like csv=0.4.2) which will verify more complex examples alltogether, - something that was an issue in st2 PR that implemented this script.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agreed, added in b6f66ec.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(More tests for various edge cases also wouldn't hurt of course, hopefully I can come back to that in the near future)
arm4b
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Just left one minor comment.
This pull request adds tests for the new
st2-pack-installCLI tool added in StackStorm/st2#4256.