We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 073471c commit d187643Copy full SHA for d187643
1 file changed
pyproject.toml
@@ -109,7 +109,13 @@ members = ["examples/servers/*"]
109
mcp = { workspace = true }
110
111
[tool.pytest.ini_options]
112
+log_cli = true
113
xfail_strict = true
114
+addopts = """
115
+ --color=yes
116
+ --capture=fd
117
+ --numprocesses auto
118
+"""
119
filterwarnings = [
120
"error",
121
# This should be fixed on Uvicorn's side.
0 commit comments