(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
+5
View File
@@ -203,6 +203,11 @@ test-back-parallel: ## run all back-end tests in parallel
bin/pytest -n auto $${args:-${1}}
.PHONY: test-back-parallel
test-summary: ## run summary service tests
@args="$(filter-out $@,$(MAKECMDGOALS))" && \
bin/pytest-summary $${args:-${1}}
.PHONY: test-summary
makemigrations: ## run django makemigrations for the Meet project.
@echo "$(BOLD)Running makemigrations$(RESET)"
@$(COMPOSE) up -d postgresql