Nest tests with their package

This commit is contained in:
Eric Meyer 2017-10-19 09:58:36 -05:00
parent 07998d5077
commit d0431295d6
3 changed files with 3 additions and 3 deletions

View File

@ -10,4 +10,4 @@ By default, `go get` does not work for private GitHub repos. This will fix that.
## Running the Tests
`go test`
`go test ./...`

View File

@ -1,4 +1,4 @@
package main_test
package core_test
import (
. "github.com/onsi/ginkgo"

View File

@ -1,4 +1,4 @@
package main_test
package core_test
import (
vulcanizedb "github.com/8thlight/vulcanizedb/core"