/goautotest

Automatically run Go unit tests when code changes

Primary LanguageGo

Simple tool to automatically run "go test" when a change is made to .go files.

INSTALL

go get github.com/ryanslade/goautotest

TO RUN

Run "goautotest" in the directory of the package you are testing.

All the normal arguments that can be passed to "go test" can also be passed to "goautotest"