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 92308e3 commit 25fd6e3Copy full SHA for 25fd6e3
.vscode/settings.json
@@ -2,5 +2,10 @@
2
"editor.rulers": [
3
80,
4
120
5
- ]
+ ],
6
+ "python.testing.pytestArgs": [
7
+ "tests"
8
9
+ "python.testing.unittestEnabled": false,
10
+ "python.testing.pytestEnabled": true
11
}
0 commit comments