Skip to content

Commit 0626249

Browse files
committed
make pytest parallel in vscode
1 parent 61fac31 commit 0626249

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,6 @@ reportMissingTypeArgument = true
3939
[tool.ruff]
4040
exclude = [
4141
]
42+
43+
[tool.pytest.ini_options]
44+
addopts="-n auto"

0 commit comments

Comments
 (0)