Skip to content

Commit 24263b9

Browse files
committed
add pytest settings
1 parent 9b676f8 commit 24263b9

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.vscode/settings.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
11
{
2-
"editor.formatOnSave": true
2+
"editor.formatOnSave": true,
3+
"python.testing.unittestArgs": [
4+
"-v",
5+
"-s",
6+
"./tests",
7+
"-p",
8+
"test_*.py"
9+
],
10+
"python.testing.pytestEnabled": false,
11+
"python.testing.unittestEnabled": true
312
}

0 commit comments

Comments
 (0)