Skip to content

Commit

Permalink
encoding/jsonschema: move txtar tests into subdirectory
Browse files Browse the repository at this point in the history
In order to prepare for adding the external JSON Schema test
data, we move our own test data into its own subdirectory.

Signed-off-by: Roger Peppe <[email protected]>
Change-Id: I8755f20b87ecf03268216aa3bc7254f699b39787
Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/1200161
Unity-Result: CUE porcuepine <[email protected]>
Reviewed-by: Daniel Martí <[email protected]>
TryBot-Result: CUEcueckoo <[email protected]>
  • Loading branch information
rogpeppe committed Aug 29, 2024
1 parent 3d36560 commit df2c869
Show file tree
Hide file tree
Showing 33 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion encoding/jsonschema/decode_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ import (
// The #openapi tag in the txtar header enables OpenAPI extraction mode.
func TestDecode(t *testing.T) {
test := cuetxtar.TxTarTest{
Root: "./testdata",
Root: "./testdata/txtar",
Name: "decode",
Matrix: cuetdtest.FullMatrix,
}
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit df2c869

Please sign in to comment.