Skip to content
Snippets Groups Projects
Commit 6d9d8dca authored by Felix Blanke's avatar Felix Blanke
Browse files

Use suffix '.schema.json' consistently

parent 96540fc0
No related branches found
No related tags found
1 merge request!25Feature: Use JSON schema
Pipeline #275666 passed
......@@ -47,7 +47,7 @@ class JSONExportTest(TestCase):
res = Resource.from_contents(json.load(ff))
resources.append((res.id(), res))
registry = Registry().with_resources(resources)
with (schema_base_path / "solver-input.json").open("r") as ff:
with (schema_base_path / "solver-input.schema.json").open("r") as ff:
schema = json.load(ff)
cls.json_export_validator = Draft202012Validator(
schema=schema, registry=registry
......
File moved
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment