mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-31 00:46:36 +00:00
Initial implementation of tests for modal operators
This commit is contained in:
committed by
Thomas Krijnen
parent
89b4072d6d
commit
64dadac8d6
@@ -360,6 +360,14 @@ else
|
||||
pytest test/tool/test_$(MODULE).py --maxfail=1
|
||||
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
|
||||
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user