π Problem
The project lacks sufficient automated tests, increasing risk of bugs.
π― Objective
Introduce basic unit testing.
β
Tasks
- Identify core modules
- Add unit tests
- Ensure tests can be executed easily
π§ͺ Acceptance Criteria
- Tests run successfully
- Core logic is covered
- Instructions for running tests are documented
π‘ Suggested Labels
testing, backend, help wanted