mirror of
https://github.com/meshtastic/python.git
synced 2025-12-31 11:57:57 -05:00
add vscode config for auto running python tests
This commit is contained in:
7
.vscode/settings.json
vendored
7
.vscode/settings.json
vendored
@@ -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