Skip to content

Commit 7e03e04

Browse files
committed
add pytest configs for vscode
1 parent a27f861 commit 7e03e04

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.vscode/settings.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"python.testing.pytestArgs": [
3+
"tests"
4+
],
5+
"python.testing.pytestEnabled": true
6+
}

0 commit comments

Comments
 (0)