From 06ebc193d6e676960d09ea654d764c4574257058 Mon Sep 17 00:00:00 2001 From: Chase Stone <131211769+chasejstone@users.noreply.github.com> Date: Sat, 18 Jul 2026 17:16:44 -0400 Subject: [PATCH] Correct backend test instructions --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e1a2e6a..67925a9 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,9 @@ Run the checks: ```powershell npm test npm run lint -.\.venv\Scripts\python.exe -m pytest backend\tests -q +Push-Location backend +& ..\.venv\Scripts\python.exe -m pytest tests -q +Pop-Location docker compose config ```