Skip to content

Commit 57d20f0

Browse files
committed
Fix vscode test config for python
1 parent 941bf15 commit 57d20f0

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

.vscode/settings.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
{
22
"python.analysis.extraPaths": [
33
"./python-wrapper/src"
4-
]
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
511
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"python.testing.pytestArgs": [
3+
"tests",
4+
"--include-neo4j-and-gds"
5+
],
6+
"python.testing.unittestEnabled": false,
7+
"python.testing.pytestEnabled": true
8+
}

0 commit comments

Comments
 (0)