Skip to content

Commit 86cf0b6

Browse files
Rutger RauwsRutgerRauws
authored andcommitted
Add VSCode settings
1 parent 01089fb commit 86cf0b6

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.vscode/settings.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"python.analysis.extraPaths": [
3+
"./notubiz"
4+
],
5+
"python.testing.pytestArgs": [
6+
"test"
7+
],
8+
"python.testing.unittestEnabled": false,
9+
"python.testing.pytestEnabled": true
10+
}

0 commit comments

Comments
 (0)