We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfa3d46 commit b0e1d96Copy full SHA for b0e1d96
1 file changed
.vscode/settings.json
@@ -13,5 +13,10 @@
13
"Vids"
14
],
15
"python.pythonPath": "/usr/bin/python3",
16
- "flake8.enabled" : false // we are using trunk for formatting/linting rules, don't yell at us about line length
+ "flake8.enabled": false,
17
+ "python.testing.pytestArgs": [
18
+ "meshtastic/tests"
19
+ ],
20
+ "python.testing.unittestEnabled": false,
21
+ "python.testing.pytestEnabled": true // we are using trunk for formatting/linting rules, don't yell at us about line length
22
}
0 commit comments