π Problem
The project lacks sufficient automated tests, increasing the risk of bugs.
π― Objective
Improve reliability by adding test coverage.
β
Tasks
- Write unit tests for:
- Write integration tests for API endpoints
- Use JUnit and Mockito (or relevant frameworks)
π§ͺ Acceptance Criteria
- Tests run successfully
- Core features are covered
- Test instructions are documented