sinewalker / dotfiles

OS X / Linux dotfiles.
MIT License
0 stars 1 forks source link

needs tests #28

Open sinewalker opened 7 years ago

sinewalker commented 7 years ago

They would probably help with the refactoring I'm attempting to do on Issue #23 and Issue #24.

BUT

I don't wish to place this as a requirement on the 1.0 milestone (for macOS): I just want to get on with "finishing" dotfiles so that I can begin to port / update it for Linux, especially SUSE.

There's an xUnit test framework for bash called shUnit

The code is at kward/shunit2

sinewalker commented 5 years ago

bats seems like another good candidate.