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