We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2897c0 commit 6f0d754Copy full SHA for 6f0d754
1 file changed
.vscode/settings.json
@@ -1,3 +1,9 @@
1
{
2
- "python.formatting.provider": "black"
3
-}
+ "python.formatting.provider": "black",
+ "python.testing.pytestArgs": [
4
+ "."
5
+ ],
6
+ "python.testing.unittestEnabled": false,
7
+ "python.testing.pytestEnabled": true,
8
+
9
+}
0 commit comments