add vscode test settings

This commit is contained in:
Alex Dixon
2024-08-04 17:08:34 -07:00
parent d312e0de6c
commit b005d507d9

View File

@@ -18,5 +18,10 @@
"**/build": true
},
"typescript.validate.enable": true,
"javascript.validate.enable": true
"javascript.validate.enable": true,
"python.testing.pytestArgs": [
"tests"
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true
}