Skip to content

Commit 6f0d754

Browse files
committed
dev: add pytest settings
1 parent a2897c0 commit 6f0d754

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

.vscode/settings.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
11
{
2-
"python.formatting.provider": "black"
3-
}
2+
"python.formatting.provider": "black",
3+
"python.testing.pytestArgs": [
4+
"."
5+
],
6+
"python.testing.unittestEnabled": false,
7+
"python.testing.pytestEnabled": true,
8+
9+
}

0 commit comments

Comments
 (0)