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
+1 -1
View File
@@ -10,4 +10,4 @@ By default, `go get` does not work for private GitHub repos. This will fix that.
## Running the Tests ## Running the Tests
`go test` `go test ./...`
@@ -1,4 +1,4 @@
package main_test package core_test
import ( import (
. "github.com/onsi/ginkgo" . "github.com/onsi/ginkgo"
+1 -1
View File
@@ -1,4 +1,4 @@
package main_test package core_test
import ( import (
vulcanizedb "github.com/8thlight/vulcanizedb/core" vulcanizedb "github.com/8thlight/vulcanizedb/core"