bounswe / bounswe2022group4

6 stars 3 forks source link

Backend: Unit Tests for annotations #610

Closed MercerFrey closed 1 year ago

MercerFrey commented 1 year ago

Testing is an essential part of the software development lifecycle. I created unit tests for the annotations. I find out some edge cases that I still need to handle. In the progress of creating tests, I found these edge cases and fixed them. The endpoints I created tests for are as follows:

oguzhantok commented 1 year ago

I have reviewed the changes, it looks okey. Thanks @MercerFrey!