We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7272291 commit 9b27ef0Copy full SHA for 9b27ef0
.vscode/settings.json
@@ -10,7 +10,7 @@
10
"editor.defaultFormatter": "ms-python.black-formatter"
11
},
12
"python.languageServer": "Pylance",
13
- "python.testing.pytestArgs": ["tests"],
+ "python.testing.pytestArgs": ["-m not e2e", "tests"],
14
"python.testing.pytestEnabled": true,
15
"python.testing.unittestEnabled": false
16
}
0 commit comments