Skip to content

Commit c27e98b

Browse files
committed
chore: setup vscode test discovery for python
1 parent 6122af3 commit c27e98b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.devcontainer/devcontainer.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,10 @@
7070
"/home/node/.venv/lib",
7171
"${containerWorkspaceFolder}"
7272
],
73+
"python.testing.pytestEnabled": true,
74+
"python.testing.pytestArgs": [
75+
"--no-cov" // prevents interference from code-coverage when running tests within the debugger
76+
],
7377
"files.autoSaveWhenNoErrors": true,
7478
"editor.formatOnSave": true,
7579
"editor.codeActionsOnSave": {

0 commit comments

Comments
 (0)