This commit is contained in:
Stefan Allius
2024-11-29 21:38:23 +01:00
15 changed files with 426 additions and 3 deletions

View File

@@ -5,9 +5,11 @@
"python.testing.pytestArgs": [
"-v",
"--cov=app/src",
"--cov=ha_addon/rootfs/home",
"--cov-report=xml",
"app",
"system_tests"
"system_tests",
"ha_addon"
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true,