Skip to content

Commit

Permalink
internal/registrytest: move from cue/load/internal
Browse files Browse the repository at this point in the history
Since cmd/cue will want to write integration tests for modules,
which will make use of the same test registry server.

Signed-off-by: Daniel Martí <[email protected]>
Change-Id: I9c5ab22d3de4aa33b4f97173c6a19c6e846e1147
Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/1169975
Reviewed-by: Roger Peppe <[email protected]>
TryBot-Result: CUEcueckoo <[email protected]>
  • Loading branch information
mvdan committed Sep 26, 2023
1 parent a9a6965 commit 633874c
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cue/load/module_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import (

"cuelang.org/go/cue/cuecontext"
"cuelang.org/go/cue/errors"
"cuelang.org/go/cue/load/internal/registrytest"
"cuelang.org/go/internal/cuetxtar"
"cuelang.org/go/internal/registrytest"
)

func TestModuleFetch(t *testing.T) {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 633874c

Please sign in to comment.