go test but faster (cached)
Go
Switch branches/tags
Nothing to show
Latest commit ec959be Apr 10, 2017 @rsc rsc gt: fix handling of new "no tests to run" diagnostic
For example:

	ok  	periph.io/x/periph/experimental/conn/uart	0.026s [no tests to run]

The old regexp expected either 0.026s or [no tests to run] but not both.

Also add sanity check of path name in terminating report line.

Fixes #4.
Permalink
Failed to load latest commit information.
LICENSE initial LICENSE + README Jun 12, 2015
README.md initial LICENSE + README Jun 12, 2015
main.go gt: fix handling of new "no tests to run" diagnostic Apr 10, 2017

README.md