-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update tests to handle yaml test data and not fail on other types
Looks like SchemaStore now has test schemas written in yaml and other formats. I've updated `SchemaStoreTest` to handle the yaml cases, and ignore any others.
- Loading branch information
1 parent
c7582b8
commit 3253521
Showing
3 changed files
with
24 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
Update JSON-Schema-Test-Suite with | ||
|
||
git submodule update --remote | ||
First time: | ||
`git submodule update --init` | ||
Subsequent times: | ||
`git submodule update --remote` |