Payne325 / point-gen

Generates point sets for 3D shapes.
GNU General Public License v3.0
1 stars 0 forks source link

Create automated tests #4

Closed Payne325 closed 4 years ago

Payne325 commented 4 years ago

Created unit tests for the sphere point generator function. Tests do not cover the functionality to print to a file as this was outside the scope of my aims for this branch. Structure for tests will need to change as functionality expands, but for now this should suffice.

Fixes #3.