Private
Public Access
0
0

fix(run_tests_batched): graceful xdist fallback, live progress streaming, ANSI colors, absolute default paths

This commit is contained in:
2026-06-08 01:28:53 -04:00
parent fb6b4bd3eb
commit 21cb57b31d
2 changed files with 74 additions and 23 deletions
+1
View File
@@ -36,6 +36,7 @@ dev = [
"pytest>=9.0.2",
"pytest-cov>=7.0.0",
"pytest-asyncio>=0.25.3",
"pytest-xdist>=3.6.0",
]
[tool.pytest.ini_options]