Skip to content

Commit 6fea8ca

Browse files
committed
vscode
1 parent f4f607f commit 6fea8ca

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
@@ -8,5 +8,10 @@
88
"*.yaml",
99
"!*/.github/*/*.yaml"
1010
]
11-
}
11+
},
12+
"python.testing.pytestArgs": [
13+
"."
14+
],
15+
"python.testing.unittestEnabled": false,
16+
"python.testing.pytestEnabled": true
1217
}

0 commit comments

Comments
 (0)