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
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