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
There is no actual tests/GitSpec.hs file that tests the lower level git interface (src/Git.hs) in isolation: none of the other GitOperations are tested in isolation, but only from the tests/EventLoopSpec.hs tests.
tests/GitSpec.hs
src/Git.hs
GitOperation
tests/EventLoopSpec.hs
RevParse
GetParent
Pull
This issue was created as a follow up from a comment on PR #115.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
There is no actual
tests/GitSpec.hs
file that tests the lower level git interface (src/Git.hs
) in isolation: none of the otherGitOperation
s are tested in isolation, but only from thetests/EventLoopSpec.hs
tests.TODO
tests/GitSpec.hs
test file;RevParse
;GetParent
; orPull
.This issue was created as a follow up from a comment on PR #115.
The text was updated successfully, but these errors were encountered: