jlopezbi / rhinoUnfolder

unwrap meshes in rhino!
GNU General Public License v3.0
8 stars 2 forks source link

Better Testing #29

Closed jlopezbi closed 8 years ago

jlopezbi commented 8 years ago

Make test objects.

jlopezbi commented 8 years ago

autoload mesh:

jlopezbi commented 8 years ago

OK I need a factory for generating nets. That way I can run test on net stuff easier. -> created a moduel called netFactory.py !

jlopezbi commented 8 years ago

Turns out that factory shit doesn't seems so useful. Added mesh creation functions to mesh.py, that seems more useful unittest modules are the way I am now testing stuff. Works great