-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
test(git-browse): add unit tests #1127
Conversation
LGTM |
tests/test_git_browse.py
Outdated
import os, subprocess | ||
from testpath import MockCommand, modified_env | ||
|
||
github_origin = "https://github.com/vanpipy/git-extras" |
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.
Is it possible to use tj/git-extras
in the github test case?
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.
Update
Please squash and merge this PR cause the I did not squash the commits manually to avoid the force pushing. |
@vanpipy |
close #1125