Skip to content
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 direct automated tests for the Git module #118

Open
5 tasks
rudymatela opened this issue Jun 9, 2022 · 0 comments
Open
5 tasks

Add direct automated tests for the Git module #118

rudymatela opened this issue Jun 9, 2022 · 0 comments
Labels
enhancement New feature or request testing Testing

Comments

@rudymatela
Copy link

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.

TODO

  • create a tests/GitSpec.hs test file;
  • test a few operations directly, like for example:
    • RevParse;
    • GetParent; or
    • Pull.

This issue was created as a follow up from a comment on PR #115.

@rudymatela rudymatela added enhancement New feature or request testing Testing labels Jun 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request testing Testing
Projects
None yet
Development

No branches or pull requests

1 participant