We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd4fec6 commit 72cec25Copy full SHA for 72cec25
.vscode/settings.json
@@ -0,0 +1,7 @@
1
+{
2
+ "python.testing.pytestArgs": [
3
+ "tests"
4
+ ],
5
+ "python.testing.unittestEnabled": false,
6
+ "python.testing.pytestEnabled": true
7
+}
0 commit comments