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 4ff8bbe commit 944cf2aCopy full SHA for 944cf2a
.vscode/settings.json
@@ -1,3 +1,8 @@
1
{
2
- "python.formatting.provider": "black"
+ "python.formatting.provider": "black",
3
+ "python.testing.pytestArgs": [
4
+ "tests"
5
+ ],
6
+ "python.testing.unittestEnabled": false,
7
+ "python.testing.pytestEnabled": true
8
}
0 commit comments