Skip to content

Commit 948aeef

Browse files
Add Testing Config
1 parent ee096e3 commit 948aeef

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.vscode/settings.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,10 @@
2121
"utilise",
2222
"utilised",
2323
"Utilising"
24-
]
24+
],
25+
"python.testing.pytestArgs": [
26+
"."
27+
],
28+
"python.testing.unittestEnabled": false,
29+
"python.testing.pytestEnabled": true
2530
}

0 commit comments

Comments
 (0)