We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c326bb2 commit 2f81d8eCopy full SHA for 2f81d8e
1 file changed
pyproject.toml
@@ -85,6 +85,9 @@ testpaths = ["tests"]
85
filterwarnings = [
86
"error",
87
]
88
+addopts = [
89
+ "--numprocesses=auto",
90
+]
91
92
[tool.coverage.run]
93
branch = true
0 commit comments