Nest tests with their package
This commit is contained in:
parent
07998d5077
commit
d0431295d6
@ -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,4 +1,4 @@
|
|||||||
package main_test
|
package core_test
|
||||||
|
|
||||||
import (
|
import (
|
||||||
vulcanizedb "github.com/8thlight/vulcanizedb/core"
|
vulcanizedb "github.com/8thlight/vulcanizedb/core"
|
Loading…
Reference in New Issue
Block a user