From af5f7e71ae61b49b106cd9de1727376aa2342610 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 5 Sep 2026 18:16:50 +0000 Subject: [PATCH 1/2] Initial plan From 5f1734d2b4e4fc28a9d07f3f0b6bc67551cb728a Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 5 Sep 2026 18:18:44 +0000 Subject: [PATCH 2/2] ci: install pytest in backend test workflow Co-authored-by: Nirmal0804 <171272821+Nirmal0804@users.noreply.github.com> --- .github/workflows/backend-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/backend-ci.yml b/.github/workflows/backend-ci.yml index fac5600..54b0834 100644 --- a/.github/workflows/backend-ci.yml +++ b/.github/workflows/backend-ci.yml @@ -34,6 +34,7 @@ jobs: run: | python -m pip install --upgrade pip pip install -r requirements.txt + pip install pytest - name: Verify imports and app wiring run: |