Skip to content

Commit b0e1d96

Browse files
committed
add vscode config for auto running python tests
1 parent dfa3d46 commit b0e1d96

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.vscode/settings.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,10 @@
1313
"Vids"
1414
],
1515
"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
16+
"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
1722
}

0 commit comments

Comments
 (0)