AllwineDesigns / stl_cmd

stl_cmd - commands for binary STL file manipulation
Other
50 stars 9 forks source link

tests for all stl_cmds #3

Open jallwine opened 6 years ago

jallwine commented 6 years ago

So far I've implemented all the stl_cmds individually, and tested as I went. As more commands are written and shared code is added, small changes could affect other commands. It'd be great to have some unit tests to make sure everything works!

jallwine commented 6 years ago

Some commands can be used to test other commands. For example stl_bbox and stl_convex could test the output of stl_cube.