Skip to content

Commit 65d5712

Browse files
committed
Update vscode settings to automatically select venv and discover tests
Signed-off-by: hemildesai <[email protected]>
1 parent 4508c74 commit 65d5712

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.vscode/settings.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
{
22
"files.exclude": {
33
"go": true
4-
}
4+
},
5+
"python.pythonPath": "${workspaceFolder}/venv/bin/python3",
6+
"python.testing.pytestArgs": [
7+
"python/tests",
8+
"end-to-end-test/end_to_end_test",
9+
],
10+
"python.testing.unittestEnabled": false,
11+
"python.testing.nosetestsEnabled": false,
12+
"python.testing.pytestEnabled": true
513
}

0 commit comments

Comments
 (0)