Skip to content

Commit fe31808

Browse files
committed
add pytest to Makefile
1 parent 8bec52a commit fe31808

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ update_model:
1111

1212
test:
1313
poetry run python -m unittest discover
14+
poetry run pytest
15+
1416

1517
# temporary measure until linkml-model is synced
1618
linkml_runtime/processing/validation_datamodel.py: linkml_runtime/processing/validation_datamodel.yaml

0 commit comments

Comments
 (0)