Is your feature request related to a problem? Please describe.
A simple guide that explains the unit testing framework will be very helpful to familiarize the team members with using it in the Test-driven development (TDD) workflow of the project.
Describe the solution you'd like
A complete guide to how to use unit tests with an example of a sample c++ function along with its unit tests as well as the instructions for compiling and running the tests. The testing framework that will be used throughout the project is Catch2.
Is your feature request related to a problem? Please describe.
A simple guide that explains the unit testing framework will be very helpful to familiarize the team members with using it in the Test-driven development (TDD) workflow of the project.
Describe the solution you'd like
A complete guide to how to use unit tests with an example of a sample c++ function along with its unit tests as well as the instructions for compiling and running the tests. The testing framework that will be used throughout the project is Catch2.