jhillyerd / plugin-git

Git aliases plugin for the Fish shell (similar to oh-my-zsh git)
MIT License
607 stars 85 forks source link

Unit tests for internal functions #63

Open jhillyerd opened 3 years ago

jhillyerd commented 3 years ago

It's a hassle to test PRs by hand, and sometimes a breaking change slips through.

A script that tests our core internal functions (see __git. prefix in https://github.com/jhillyerd/plugin-git/tree/master/functions) would help prevent this. It could then be configured to run via github actions.