Skip to content

Commit 944cf2a

Browse files
committed
Update VSCode settings
1 parent 4ff8bbe commit 944cf2a

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
@@ -1,3 +1,8 @@
11
{
2-
"python.formatting.provider": "black"
2+
"python.formatting.provider": "black",
3+
"python.testing.pytestArgs": [
4+
"tests"
5+
],
6+
"python.testing.unittestEnabled": false,
7+
"python.testing.pytestEnabled": true
38
}

0 commit comments

Comments
 (0)