Skip to content

Commit

Permalink
update fixtures dir to examples
Browse files Browse the repository at this point in the history
  • Loading branch information
ahwagner committed Nov 27, 2023
1 parent bcc30ae commit 984f8ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
catvar_merged_yaml_path = schema_path / "merged.yaml"

test_path = root_path / 'tests'
fixtures_path = test_path / 'fixtures'
fixtures_path = root_path / 'examples'


def get_schema_ref(schema_file, schema_class, kw="$defs"):
return {
"$ref": schema_path.as_uri() + f"/{schema_file}.json#/{kw}/{schema_class}"
}
}

0 comments on commit 984f8ef

Please sign in to comment.