add support for parallel run (#739)

Co-authored-by: Lekhnath Parajuli <lekhnathparajuli4@gmail.com>
This commit is contained in:
Lekhnath Parajuli
2025-05-23 21:58:24 +05:45
committed by GitHub
parent 073471cdf1
commit d1876433af

View File

@@ -109,7 +109,13 @@ members = ["examples/servers/*"]
mcp = { workspace = true } mcp = { workspace = true }
[tool.pytest.ini_options] [tool.pytest.ini_options]
log_cli = true
xfail_strict = true xfail_strict = true
addopts = """
--color=yes
--capture=fd
--numprocesses auto
"""
filterwarnings = [ filterwarnings = [
"error", "error",
# This should be fixed on Uvicorn's side. # This should be fixed on Uvicorn's side.