From fd9d656e13425ff45235ad667858ee500f60dd4d Mon Sep 17 00:00:00 2001 From: eulaly Date: Tue, 5 May 2026 16:40:15 -0400 Subject: [PATCH] updated test instructions --- .gitignore | 1 + agents.md | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index 5d8e9d0..4f76d84 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,7 @@ __pycache__/ .venv/ venv/ env/ +.claude/ # --- emacs --- *~ diff --git a/agents.md b/agents.md index 03c0081..b68a832 100644 --- a/agents.md +++ b/agents.md @@ -38,3 +38,8 @@ Description and PM notes - tests: - date: [2026-05-05 Tue 15:00] ``` + +## tests and commands +- project dir: `%userprofile%\projects\vath\` +- python venv: `%userprofile%\projects\vath\venv\scripts\activate` +- pytest (inside venv): `python -m pytest tests/`