Skip to content

Commit 34c85ec

Browse files
committed
Fix test debugging
pytest-cov and debugpy don't play
1 parent 47d6903 commit 34c85ec

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.vscode/launch.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
"request": "launch",
1616
"module": "pytest",
1717
"args": ["-v", "tests"],
18+
"justMyCode": false,
19+
"env": {"PYTEST_ADDOPTS": "--no-cov"},
1820
"console": "integratedTerminal"
1921
}
2022
]

0 commit comments

Comments
 (0)