mirror of
https://github.com/basnijholt/adaptive-lighting.git
synced 2026-09-26 11:54:16 +02:00
20 lines
508 B
JSON
20 lines
508 B
JSON
|
|
{
|
||
|
|
"files.associations": {
|
||
|
|
"*.yaml": "home-assistant"
|
||
|
|
},
|
||
|
|
"python.defaultInterpreterPath": "${workspaceFolder}/.venv/bin/python",
|
||
|
|
"python.testing.pytestEnabled": true,
|
||
|
|
"python.testing.pytestArgs": [
|
||
|
|
"-vvv",
|
||
|
|
"-qq",
|
||
|
|
"--timeout=9",
|
||
|
|
"--durations=10",
|
||
|
|
"--cov=homeassistant",
|
||
|
|
"--cov-report=xml",
|
||
|
|
"-o",
|
||
|
|
"console_output_style=count",
|
||
|
|
"-p",
|
||
|
|
"no:sugar",
|
||
|
|
"core/tests/components/adaptive_lighting"
|
||
|
|
]
|
||
|
|
}
|