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
It was always something we wanted to do to the old Sverchok but it was hard for series of reasons and we never did put the time into it.
But since we are starting over I think it also a good thing to consider.
For example:
taking a node layout and duplicating and verifying the resulting layout dict matches,
some test layout is some different nodes against an expected result.
node functions
Just running every node is worth a great deal as we have recently seen. I have no real experience how to set it up and this is a topic that will need some work, for now just raising the topic. Of course some issues with interaction with blender etc might no be possible to test.
It was always something we wanted to do to the old Sverchok but it was hard for series of reasons and we never did put the time into it.
But since we are starting over I think it also a good thing to consider.
For example:
Just running every node is worth a great deal as we have recently seen. I have no real experience how to set it up and this is a topic that will need some work, for now just raising the topic. Of course some issues with interaction with blender etc might no be possible to test.
https://docs.python.org/3/library/unittest.html
The text was updated successfully, but these errors were encountered: