Skip to content

Commit 4cf0032

Browse files
committed
test: Add option for reliable vscode debugging
1 parent adf11f0 commit 4cf0032

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ line-length = 120
124124

125125
[tool.pytest.ini_options]
126126
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)
127128

128129
[tool.coverage.run]
129130
branch = true

0 commit comments

Comments
 (0)