2 Commits
Author SHA1 Message Date
Stefan-Sanger b87e6b790d feat: run-all-tests.sh auto-starts PG tunnel and telnet port-forward
Check if the SSH tunnel to PostgreSQL (port 14322) and the kubectl
port-forward for telnet (port 5582) are active before running the
testsuite. Start them automatically if missing. Clean up the
kubectl port-forward on exit if we started it.

Part-of: <http://gitlab.vnc.biz/uxf/vnctalk-prosody/-/merge_requests/3>
2026-07-15 17:58:02 +02:00
Stefan-Sanger 3ed7aba56b feat: add run-all-tests.sh — single-invocation external testsuite
Same env vars as run-tests.sh but runs all test files in one pytest
call for a unified summary. Use run-tests.sh for selective per-file
runs.

Part-of: <http://gitlab.vnc.biz/uxf/vnctalk-prosody/-/merge_requests/3>
2026-07-15 17:58:02 +02:00