mirror of
https://github.com/meshtastic/python.git
synced 2026-09-14 06:17:44 -04:00
add vscode config for auto running python tests
This commit is contained in:
1 parent
dfa3d46a34
commit
b0e1d961fd
1 file changed
+6
-1
Vendored
+6
-1
@@ -13,5 +13,10 @@
|
||||
"Vids"
|
||||
],
|
||||
"python.pythonPath": "/usr/bin/python3",
|
||||
"flake8.enabled" : false // we are using trunk for formatting/linting rules, don't yell at us about line length
|
||||
"flake8.enabled": false,
|
||||
"python.testing.pytestArgs": [
|
||||
"meshtastic/tests"
|
||||
],
|
||||
"python.testing.unittestEnabled": false,
|
||||
"python.testing.pytestEnabled": true // we are using trunk for formatting/linting rules, don't yell at us about line length
|
||||
}
|
||||
Reference in new issue
Block a user