We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fce3af commit 0919340Copy full SHA for 0919340
requirements-dev.txt
@@ -1,7 +1,7 @@
1
# Development dependencies
2
pytest>=7.0.0
3
pytest-asyncio>=0.20.3
4
-pytest-cov
+pytest-cov>=3.0.0
5
pytest-homeassistant-custom-component>=0.13.0
6
7
# Home Assistant testing
run_tests.py
@@ -23,9 +23,11 @@ def run_tests():
23
"-m",
24
"pytest",
25
"-v",
26
+ "--tb=short",
27
"--cov",
28
"--cov-branch",
29
"--cov-report=xml",
30
+ "custom_components/custom_areas/tests/",
31
],
32
capture_output=True,
33
text=True,
0 commit comments