Skip to content

Commit

Permalink
align tests with schema changes
Browse files Browse the repository at this point in the history
  • Loading branch information
cmungall committed May 8, 2023
1 parent 6af337c commit 2c55cf4
Show file tree
Hide file tree
Showing 4 changed files with 1,173 additions and 2,037 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ deploy: all mkd-gh-deploy
gen-project: $(PYMODEL)
$(RUN) gen-project -d $(DEST) $(SOURCE_SCHEMA_PATH) --config-file project_config.yaml && mv $(DEST)/*.py $(PYMODEL)

src/kgcl/datamodel/%.py: src/kgcl/schema/%.yaml
src/kgcl_schema/datamodel/%.py: src/kgcl_schema/schema/%.yaml
$(RUN) gen-python $< > $@.tmp && mv $@.tmp $@

test:
Expand Down
Loading

0 comments on commit 2c55cf4

Please sign in to comment.