๐ Problem
Test coverage for backend components is limited or unclear, which may lead to regressions.
๐ฏ Objective
Improve reliability by adding unit and integration tests.
โ
Tasks
- Add tests for:
- service layer
- controllers
- authentication/security
- Ensure tests run using Maven
- Document how to run tests locally
๐งช Acceptance Criteria
- Tests run successfully with
mvn test
- Core endpoints are covered
- Documentation includes test instructions
๐ก Suggested Labels
backend, testing, help wanted
๐ Problem
Test coverage for backend components is limited or unclear, which may lead to regressions.
๐ฏ Objective
Improve reliability by adding unit and integration tests.
โ Tasks
๐งช Acceptance Criteria
mvn test๐ก Suggested Labels
backend,testing,help wanted