feat: enable parallel pytest-xdist test execution with isolated per-worker databases and data directories

This commit is contained in:
2026-06-09 21:11:37 +00:00
parent a3f9b949ca
commit 49d4f50f32
6 changed files with 35 additions and 15 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ jobs:
COVERAGE_PROCESS_START: ${{ github.workspace }}/.coveragerc
PLAYWRIGHT_HEADLESS: "1"
run: |
python -m coverage run -m pytest tests/ -p no:xdist --tb=line
python -m coverage run -m pytest tests/ -n auto --dist loadfile --tb=line
- name: Build coverage report
if: always()