docs-v2/test/pytest
Jason Stirnaman a384b4e8ed
refactor(test): parameterize container paths for host-runner support (#6992)
* refactor(test): parameterize container paths for host-runner support

Enable test scripts to run both inside Docker containers (existing
behavior) and directly on the host/CI runner by replacing hardcoded
/src, /app, and /shared paths with environment variables that default
to the container values.

- Parameterize REPO_ROOT, WORK_DIR, SHARED_DIR, ENV_FILE in run-tests.sh
- Parameterize REPO_ROOT, WORK_DIR in prepare-content.sh
- Move log_file from pytest.ini to --override-ini in run-tests.sh
- Pin influxdb3-python-cli to v0.3.2 (was unpinned @main)
- Fix shellcheck warnings: quote $file, backticks to $(), while-read loop

* Update test/pytest/requirements.txt
2026-03-26 14:50:24 -05:00
..
conftest.py chore(ci): Improve pre-commit hook, test harness, and linter 2024-07-23 15:08:28 -05:00
pytest.ini refactor(test): parameterize container paths for host-runner support (#6992) 2026-03-26 14:50:24 -05:00
requirements.txt refactor(test): parameterize container paths for host-runner support (#6992) 2026-03-26 14:50:24 -05:00