ou-cs5213-sp24 / capstone-management-system

BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

Unit Test Creation #45

Open rockandfire opened 5 months ago

rockandfire commented 5 months ago

Abstract: Perform unit testing for both frontend and backend code.

Create unit tests for functions and classes used in the CMS.

Definition of Done: Unit tests are created for each function/class, and all unit tests function as expected.