Address Coderabbit items.

This commit is contained in:
Adam Outler
2026-01-25 23:03:23 +00:00
parent 72c29a0d2d
commit 67b307f0e7
6 changed files with 26 additions and 8 deletions

View File

@@ -25,9 +25,15 @@ Use VS Code's testing interface or the `runTests` tool with appropriate paramete
Tests live in `test/` directory. App code is under `server/`.
PYTHONPATH is preconfigured to include:
PYTHONPATH is preconfigured to include the following which should meet all needs:
- `/app` # the primary location where python runs in the production system
- `/app/server` # symbolic link to /wprkspaces/NetAlertX/server
- `/app/front/plugins` # symbolic link to /workspaces/NetAlertX/front/plugins
- `/opt/venv/lib/pythonX.Y/site-packages`
- `/workspaces/NetAlertX/test`
- `/workspaces/NetAlertX/server`
- `/workspaces/NetAlertX`
- `/opt/venv/lib/python3.12/site-packages`
- `/usr/lib/pythonX.Y/site-packages`
## Authentication in Tests