bcf, bsdd - add "make test"

This commit is contained in:
Andrej730
2024-08-01 16:27:58 +05:00
parent 4b00b268c0
commit 8523bb317a
2 changed files with 7 additions and 1 deletions
+3 -1
View File
@@ -22,4 +22,6 @@ include ../common.mk
.PHONY: test
test:
pytest -p no:pytest-blender test
# Using python -m pytest vs just using pytest is important here.
# As just using pytest does not add current directory to PATH.
python -m pytest -p no:pytest-blender tests