Files
devplacepy/.gitea/workflows
retoor cb0fccb270 feat: add pytest-xdist parallel test support with dynamic port allocation
Add pytest-xdist dependency and configure parallel test execution with `-n auto` flag. Implement dynamic port assignment in conftest.py using `_xdist_port()` function that derives unique ports from worker IDs (base 10501 + worker index). Update app server subprocess to use per-worker port and create isolated test databases with port-specific suffixes. Modify test_landing.py to gracefully skip news section test when news service is unavailable by catching timeout exceptions with pytest.skip.
2026-05-13 21:26:18 +00:00
..