You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like the idea to somehow add tests to be able to check if no regression is introduced. I don't think there is a "good" framework for testing openscad scripts. For functions that only calculate values, openscad has a test framework. For 3d or complex 2d object this is harder.
I came up with two possible ways to test openscad stuff.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I would like the idea to somehow add tests to be able to check if no regression is introduced. I don't think there is a "good" framework for testing openscad scripts. For functions that only calculate values, openscad has a test framework. For 3d or complex 2d object this is harder.
I came up with two possible ways to test openscad stuff.
Create tests like is done in BOSL2
Compare exports with openscad cli
Beta Was this translation helpful? Give feedback.
All reactions