We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4508c74 commit 65d5712Copy full SHA for 65d5712
.vscode/settings.json
@@ -1,5 +1,13 @@
1
{
2
"files.exclude": {
3
"go": true
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
13
}
0 commit comments