Davidah121 / SMPL

A static C++ library that encompasses all of the tools I have made to make development easier.
1 stars 0 forks source link

Add Unit Testing #141

Closed Davidah121 closed 1 year ago

Davidah121 commented 1 year ago

Add Unit test for all classes. Helps so that when changes occur, functionality can be verified. Implement using Catch2 Unit testing. (https://github.com/catchorg/Catch2)

This also means that the code needs to be adapted to be unit testable. May be split into multiple issues to better keep track of what classes have been unit tested.