mirror of
https://github.com/PiBrewing/craftbeerpi4.git
synced 2024-11-08 08:27:43 +01:00
8 lines
188 B
JSON
8 lines
188 B
JSON
|
{
|
||
|
"python.pythonPath": "/bin/python3",
|
||
|
"python.testing.pytestArgs": [
|
||
|
"tests"
|
||
|
],
|
||
|
"python.testing.unittestEnabled": false,
|
||
|
"python.testing.pytestEnabled": true
|
||
|
}
|