9630f63224
We want to count test for coverage irregardless of where it is located. Previously error "no non-test Go files" was preventing us from doing so. This commit fixes it.
6 lines
281 B
Go
6 lines
281 B
Go
// Package integration contains integration tests.
|
|
// See README.md for more info.
|
|
// This file exists with the sole purpose to get rid of
|
|
// "go build github.com/nspcc-dev/neo-go/integration: no non-test Go files in *"
|
|
// when running `go test -coverpkg=all`.
|
|
package integration
|