IIT-BHU-InstiApp / lite-hai-backend

https://lite-hai.copsiitbhu.co.in/
13 stars 20 forks source link

Implement unit testing #83

Open krashish8 opened 3 years ago

krashish8 commented 3 years ago

This project has no unit tests yet. We definitely need to add them, to ensure that any new functionality or modification in an endpoint does not break some old functionality.

The introduce-testing branch can be used as a base for writing further unit tests.