Skip to content

Commit 4c22cac

Browse files
Merge pull request #2391 from VWS-Python/vscode-test-settings
Configure VSCode to run tests in its UI
2 parents 3eb8b76 + dc697c6 commit 4c22cac

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.vscode/settings.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,10 @@
77
"editor.formatOnSave": true
88
},
99
"esbonio.sphinx.confDir": "",
10-
"rewrap.wrappingColumn": 79
10+
"rewrap.wrappingColumn": 79,
11+
"python.testing.pytestArgs": [
12+
"."
13+
],
14+
"python.testing.unittestEnabled": false,
15+
"python.testing.pytestEnabled": true
1116
}

0 commit comments

Comments
 (0)