AhmedRaisi / Tarsho

A vibrant marketplace app for entrepreneurs to offer services, supporting local businesses with a user-friendly platform.
Other
5 stars 6 forks source link

Implement Comprehensive Backend Tests #91

Open AhmedRaisi opened 11 months ago

AhmedRaisi commented 11 months ago

Create and execute tests for all major backend functionalities, ensuring all tests pass successfully. This will enhance the reliability and maintainability of the backend services.

Note: testing backend must be done through setting up the whole project through docker-compose and running tests in the backend container using docker exec -it tarsho-backend-1 sh

Acceptance Criteria: Tests cover all major backend functionalities. All tests pass successfully. Testing process is documented in the README file. Labels: backend, tests, documentation