$ make test
==> Checking that code complies with gofmt requirements...
go test -i $(go list ./... |grep -v 'vendor') || exit 1
echo $(go list ./... |grep -v 'vendor') | \
xargs -t -n4 go test -timeout=30s -parallel=4
go test -timeout=30s -parallel=4 github.com/appoptics/terraform-provider-appoptics github.com/appoptics/terraform-provider-appoptics/appoptics
? github.com/appoptics/terraform-provider-appoptics [no test files]
ok github.com/appoptics/terraform-provider-appoptics/appoptics 0.029s
Closes #8.
Tests: