mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-06 07:51:47 +00:00
For consistency, maxfail=1 for module tool tests
This commit is contained in:
+1
-1
@@ -371,7 +371,7 @@ test-tool:
|
|||||||
ifndef MODULE
|
ifndef MODULE
|
||||||
pytest test/tool
|
pytest test/tool
|
||||||
else
|
else
|
||||||
pytest test/tool/test_$(MODULE).py
|
pytest test/tool/test_$(MODULE).py --maxfail=1
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Reregistering test is not added to the standard test suite because during unregister
|
# Reregistering test is not added to the standard test suite because during unregister
|
||||||
|
|||||||
Reference in New Issue
Block a user