-
Notifications
You must be signed in to change notification settings - Fork 61
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 unit tests and bug fixes for scm.py #713
Conversation
@ivotron Can we make the default version returned from |
git repos have a default branch that is pointed to by |
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.
thanks @JayjeetAtGithub, this is looking great, I'm so glad we'll finally have proper unit tests. All looks good, only thing would be that we can turn off any logging from the popper commands when running unit tests. In this way we keep unittest
's output clean
Hello @JayjeetAtGithub! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found: There are currently no PEP 8 issues detected in this Pull Request. Cheers! 🍻 Comment last updated at 2019-07-17 05:59:46 UTC |
thanks @JayjeetAtGithub ! |
Fixes bug on scm.py that resulted in an action version not being properly checked out
Fixes bug on scm.py that resulted in an action version not being properly checked out
Fixes bug on scm.py that resulted in an action version not being properly checked out
Fixes bug on scm.py that resulted in an action version not being properly checked out
Fixes bug on scm.py that resulted in an action version not being properly checked out
Unit test for
scm.py
module and other fixes.