Skip to content

Commit

Permalink
test: add schema validation to roundtrips
Browse files Browse the repository at this point in the history
requires minor fixes to schema
  • Loading branch information
ss2165 committed Jan 15, 2024
1 parent 7247878 commit b48c8aa
Show file tree
Hide file tree
Showing 4 changed files with 102 additions and 145 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ webbrowser = "0.8.10"
urlencoding = "2.1.2"
cool_asserts = "2.0.3"
insta = { version = "1.34.0", features = ["yaml"] }
jsonschema = "0.17.1"

[[bench]]
name = "bench_main"
Expand Down
2 changes: 2 additions & 0 deletions devenv.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ in
(with pkgs.darwin.apple_sdk; [
frameworks.CoreServices
frameworks.CoreFoundation
# added for json schema validation tess
frameworks.SystemConfiguration
]);

# https://devenv.sh/scripts/
Expand Down
Loading

0 comments on commit b48c8aa

Please sign in to comment.