-
Notifications
You must be signed in to change notification settings - Fork 101
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
Unit tests #133
Unit tests #133
Conversation
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.
in the most literal way possible, this looks good to me!
$EDITOR config.json | ||
|
||
# Export the JSON credentials into an environment variable | ||
export CONFIG=$(<config.json) |
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.
I'm unfamiliar with this syntax, so just checking that the lonely <
is meant to be there?
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.
looks fantastic!
"0.8.0a1", | ||
"0.8.0b2", | ||
"0.8.0rc3", |
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.
👍
#130 will move these up to the "supported" category
Resolves #131, resolves #132, related to #67, supports #130
Overview
Implementation details
Used
pytest
as the testing framework.There was a naming conflict between the local
hubcap/cmd.py
module and thegit/cmd.py
module within thegitpython
package. So I renamed the former.Used these test cases (linked from the SemVer docs). Added a couple test cases we've seen for dbt adapters and packages.