bounswe / bounswe2022group4

6 stars 3 forks source link

Backend: Implement unit tests for APIs related to Chat model. #483

Closed oguzhantok closed 1 year ago

oguzhantok commented 1 year ago

Description: Unit tests for the APIs related to the Chat model will be implemented. API endpoints to implement unit tests are as follows:

POST /api/chat/send/message POST /api/chat/fetch/message GET /api/chat/fetch/users

Deadline: 08.12.2022, 22.00(GMT+3)

oguzhantok commented 1 year ago

Implemetation is finished as expected. Test cases run smoothly. See related commit!