(summary) add unit and API tests for summary service

Summary service currently has no tests. Add unit and API tests to
summary service.
This commit is contained in:
leo
2026-03-06 22:24:20 +01:00
parent cb4502354e
commit c08411d133
14 changed files with 484 additions and 7 deletions
+3 -1
View File
@@ -57,7 +57,9 @@ It is nice to add information about the purpose of the pull request to help revi
### Don't forget to:
- check your commits
- check the linting: `make lint && make frontend-lint`
- check the tests: `make test`
- check the tests:
- backend: `make test`
- summary: `make test-summary`
- add a changelog entry
Once all the required tests have passed, you can request a review from the project maintainers.