We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adf11f0 commit 4cf0032Copy full SHA for 4cf0032
1 file changed
pyproject.toml
@@ -124,6 +124,7 @@ line-length = 120
124
125
[tool.pytest.ini_options]
126
addopts = "--cov=src --cov-report term --cov-report html"
127
+#addopts = "-ra" # Enable this instead of line above for reliable VS Code test debugging (without coverage)
128
129
[tool.coverage.run]
130
branch = true
0 commit comments