craftbeerpi4-pione/.vscode/settings.json

8 lines
188 B
JSON
Raw Normal View History

2022-02-16 12:51:09 +01:00
{
"python.pythonPath": "/bin/python3",
"python.testing.pytestArgs": [
"tests"
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true
}