Areas in need of tests #645
ten3roberts
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
These are the recent areas I've found to be error prone and prime candidates for initial testing
The end goal is for everything to be tested, but it is worthwhile to start somewhere
Another consideration regarding testing is if neogit should be tested against git itself, or if the commands should be mocked and we check that is runs the right commands. This is definitely simpler to setup, but may miss many errors regarding e.g how git returns diff, and would miss a previous command influencing the state in an odd way for the next command.
Git is essentially a large global state
Beta Was this translation helpful? Give feedback.
All reactions