You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
git output has many corner cases and specific things. hit status command periodically refactors and changes. So it would be good to implement some golden testing for the git input and hit status output.
Current tests I can think of:
One changed file
One added file
One changed and another deleted file
Added a binary file
Hidden files in a different order in two git commands
Renamed file without changes
Renamed file and some changes in that file
Renamed file and some other files
Renamed file with curly braces changed file inside the middle of a path
Ideally all examples from docs
The text was updated successfully, but these errors were encountered:
git
output has many corner cases and specific things.hit status
command periodically refactors and changes. So it would be good to implement some golden testing for thegit
input andhit status
output.Current tests I can think of:
git
commandsThe text was updated successfully, but these errors were encountered: