updated test instructions

This commit is contained in:
2026-05-05 16:40:15 -04:00
parent 122c1ce939
commit fd9d656e13
2 changed files with 6 additions and 0 deletions

1
.gitignore vendored
View File

@@ -10,6 +10,7 @@ __pycache__/
.venv/ .venv/
venv/ venv/
env/ env/
.claude/
# --- emacs --- # --- emacs ---
*~ *~

View File

@@ -38,3 +38,8 @@ Description and PM notes
- tests: - tests:
- date: [2026-05-05 Tue 15:00] - 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/`