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 <rogpeppe@gmail.com>
Change-Id: I8755f20b87ecf03268216aa3bc7254f699b39787
Dispatch-Trailer: {"type":"trybot","CL":1200161,"patchset":3,"ref":"refs/changes/61/1200161/3","targetBranch":"master"}
  • Loading branch information
rogpeppe authored and cueckoo committed Aug 29, 2024
1 parent 3d36560 commit 873522d
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 873522d

Please sign in to comment.