frostming / legit

Git for Humans, Inspired by GitHub for Mac™.
https://frostming.github.io/legit
BSD 3-Clause "New" or "Revised" License
5.71k stars 217 forks source link

Update test suite to use git fixture #234

Closed grahamu closed 5 years ago

grahamu commented 6 years ago

Currently the test suite invokes git commands assuming there is a git repo checked out in the current working directory. This assumption is not guaranteed, so tests really should operate on a git repo fixture shipped as part of the package for testing.