From cbab84d821aeb9b7be5bf56f6772af5222e93e6c Mon Sep 17 00:00:00 2001 From: Abhishek Kumar Date: Mon, 30 Mar 2026 10:24:29 +0530 Subject: [PATCH] fix: point make test to tests/ instead of src/test/ --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 53eb56a..a0d5555 100644 --- a/Makefile +++ b/Makefile @@ -55,7 +55,7 @@ pull-model: docker compose exec ollama ollama pull mistral test: - docker compose exec app python3 -m pytest src/test/ + docker compose exec app python3 -m pytest tests/ clean: docker compose down -v