move testing to common
This commit is contained in:
parent
a64f621997
commit
e35e7796ac
6 changed files with 5 additions and 5 deletions
|
@ -4,8 +4,8 @@ import (
|
||||||
tbase "testing"
|
tbase "testing"
|
||||||
|
|
||||||
"git.sr.ht/~cco/go-scopes/common/stack"
|
"git.sr.ht/~cco/go-scopes/common/stack"
|
||||||
|
"git.sr.ht/~cco/go-scopes/common/testing"
|
||||||
"git.sr.ht/~cco/go-scopes/common/voc"
|
"git.sr.ht/~cco/go-scopes/common/voc"
|
||||||
"git.sr.ht/~cco/go-scopes/testing"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
func TestCommon(tb *tbase.T) {
|
func TestCommon(tb *tbase.T) {
|
||||||
|
|
|
@ -3,13 +3,13 @@ package etc
|
||||||
import (
|
import (
|
||||||
"git.sr.ht/~cco/go-scopes/app"
|
"git.sr.ht/~cco/go-scopes/app"
|
||||||
"git.sr.ht/~cco/go-scopes/client"
|
"git.sr.ht/~cco/go-scopes/client"
|
||||||
|
"git.sr.ht/~cco/go-scopes/common/testing"
|
||||||
"git.sr.ht/~cco/go-scopes/config"
|
"git.sr.ht/~cco/go-scopes/config"
|
||||||
"git.sr.ht/~cco/go-scopes/lib"
|
"git.sr.ht/~cco/go-scopes/lib"
|
||||||
"git.sr.ht/~cco/go-scopes/lib/action"
|
"git.sr.ht/~cco/go-scopes/lib/action"
|
||||||
"git.sr.ht/~cco/go-scopes/lib/core"
|
"git.sr.ht/~cco/go-scopes/lib/core"
|
||||||
"git.sr.ht/~cco/go-scopes/logging"
|
"git.sr.ht/~cco/go-scopes/logging"
|
||||||
"git.sr.ht/~cco/go-scopes/server"
|
"git.sr.ht/~cco/go-scopes/server"
|
||||||
"git.sr.ht/~cco/go-scopes/testing"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
func Config() lib.Config {
|
func Config() lib.Config {
|
||||||
|
|
|
@ -5,7 +5,7 @@ import (
|
||||||
tbase "testing"
|
tbase "testing"
|
||||||
|
|
||||||
"git.sr.ht/~cco/go-scopes/common/funky"
|
"git.sr.ht/~cco/go-scopes/common/funky"
|
||||||
"git.sr.ht/~cco/go-scopes/testing"
|
"git.sr.ht/~cco/go-scopes/common/testing"
|
||||||
)
|
)
|
||||||
|
|
||||||
func TestFunky(tb *tbase.T) {
|
func TestFunky(tb *tbase.T) {
|
||||||
|
|
|
@ -4,13 +4,13 @@ import (
|
||||||
"fmt"
|
"fmt"
|
||||||
tbase "testing"
|
tbase "testing"
|
||||||
|
|
||||||
|
"git.sr.ht/~cco/go-scopes/common/testing"
|
||||||
"git.sr.ht/~cco/go-scopes/config"
|
"git.sr.ht/~cco/go-scopes/config"
|
||||||
"git.sr.ht/~cco/go-scopes/lib"
|
"git.sr.ht/~cco/go-scopes/lib"
|
||||||
"git.sr.ht/~cco/go-scopes/lib/action"
|
"git.sr.ht/~cco/go-scopes/lib/action"
|
||||||
"git.sr.ht/~cco/go-scopes/lib/context"
|
"git.sr.ht/~cco/go-scopes/lib/context"
|
||||||
"git.sr.ht/~cco/go-scopes/lib/core"
|
"git.sr.ht/~cco/go-scopes/lib/core"
|
||||||
"git.sr.ht/~cco/go-scopes/lib/message"
|
"git.sr.ht/~cco/go-scopes/lib/message"
|
||||||
"git.sr.ht/~cco/go-scopes/testing"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
func TestLib(tb *tbase.T) {
|
func TestLib(tb *tbase.T) {
|
||||||
|
|
|
@ -5,9 +5,9 @@ import (
|
||||||
tbase "testing"
|
tbase "testing"
|
||||||
|
|
||||||
"git.sr.ht/~cco/go-scopes/app"
|
"git.sr.ht/~cco/go-scopes/app"
|
||||||
|
"git.sr.ht/~cco/go-scopes/common/testing"
|
||||||
"git.sr.ht/~cco/go-scopes/lib"
|
"git.sr.ht/~cco/go-scopes/lib"
|
||||||
"git.sr.ht/~cco/go-scopes/lib/message"
|
"git.sr.ht/~cco/go-scopes/lib/message"
|
||||||
"git.sr.ht/~cco/go-scopes/testing"
|
|
||||||
"git.sr.ht/~cco/go-scopes/tests/etc"
|
"git.sr.ht/~cco/go-scopes/tests/etc"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue