Skip to content
Snippets Groups Projects
Commit 05e94762 authored by Will McCutchen's avatar Will McCutchen
Browse files

Less verbose tests

parent 1462a07c
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ assets: httpbin/assets/* ...@@ -8,7 +8,7 @@ assets: httpbin/assets/*
go-bindata -o httpbin/assets.go -pkg=httpbin -prefix=httpbin/assets httpbin/assets go-bindata -o httpbin/assets.go -pkg=httpbin -prefix=httpbin/assets httpbin/assets
test: assets test: assets
go test -v github.com/mccutchen/go-httpbin/httpbin go test github.com/mccutchen/go-httpbin/httpbin
testcover: assets testcover: assets
mkdir -p dist mkdir -p dist
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment