Skip to content

Automatically run Go unit tests when code changes

Notifications You must be signed in to change notification settings

crolek/goautotest

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

##GoAutoTest Simple tool to automatically run "go test" when a change is made to .go files. This is forked off of https://github.com/ryanslade/goautotest/.

This fork will throw a windows cmd beep at you when tests fail.

###INSTALL

go get github.com/crolek/goautotest

###TO RUN Run "goautotest" in the directory of your project. All the normal arguments that can be passed to "go test" can also be passed to "goautotest"

If you want to create an executable to move it to your project do:

go build goautotest.go

Then just copy/paste the goautotest.exe into your project's unit test directory.

###Todo

  • Fix the build reporting bug (Done)
  • Allow you to point this at a directory and let it run

About

Automatically run Go unit tests when code changes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Go 100.0%