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