Merge tests into a single file

This commit is contained in:
Bruno Perdigão
2026-04-30 20:42:26 -03:00
committed by Thomas Krijnen
parent bc07342354
commit 5f5e7de5f6
4 changed files with 277 additions and 411 deletions
+1 -5
View File
@@ -362,11 +362,7 @@ endif
.PHONY: test-modal
test-modal:
ifndef MODULE
blender --enable-event-simulate --python test/modal/test_snap.py
else
blender --enable-event-simulate --python test/modal/test_$(MODULE).py
endif
blender --enable-event-simulate --python test/modal/test_modal.py
# Reregistering test is not added to the standard test suite because during unregister
# Blender removes all Bonsai dependencies breaking dev-environment symlinks.