We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6cc8b5 commit 2ef27f3Copy full SHA for 2ef27f3
pyproject.toml
@@ -52,7 +52,7 @@ line-length = 119
52
target-version = ["py39", "py310", "py311", "py312"]
53
54
[tool.pytest.ini_options]
55
-addopts = "-v --cov=spotify_confidence --cov-report=html --cov-report=xml --cov-report=term-missing"
+addopts = "-v -n auto --cov=spotify_confidence --cov-report=html --cov-report=xml --cov-report=term-missing"
56
testpaths = ["tests"]
57
58
[tool.coverage.run]
0 commit comments