Test enabling/disabling Bonsai before uploading to unstable repo #6075

This commit is contained in:
Andrej730
2025-02-05 16:39:40 +05:00
committed by Andrej
parent a92306d413
commit 4b0b0191ba
3 changed files with 77 additions and 19 deletions
+6
View File
@@ -402,6 +402,12 @@ else
pytest test/tool/test_$(MODULE).py
endif
# Reregistering test is not added to the standard test suite because during unregister
# Blender removes all Bonsai dependencies breaking dev-environment symlinks.
.PHONY: test-reregister
test-reregister:
blender --python scripts/reregister_bonsai.py
.PHONY: qa
qa:
black .