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 941bf15 commit 57d20f0Copy full SHA for 57d20f0
.vscode/settings.json
@@ -1,5 +1,11 @@
1
{
2
"python.analysis.extraPaths": [
3
"./python-wrapper/src"
4
- ]
+ ],
5
+ "python.testing.pytestArgs": [
6
+ "python-wrapper/tests/",
7
+ "--include-neo4j-and-gds"
8
9
+ "python.testing.unittestEnabled": false,
10
+ "python.testing.pytestEnabled": true
11
}
python-wrapper/.vscode/settings.json
@@ -0,0 +1,8 @@
+{
+ "tests",
+}
0 commit comments