We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7bcd30 commit 5a89cb6Copy full SHA for 5a89cb6
tests/conftest.py
@@ -1,7 +1,8 @@
1
"""Fixtures for tests"""
2
import pytest
3
+import asyncio
4
-pytest_plugins = "pytest_homeassistant_custom_component"
5
+pytest_plugins = ("pytest_homeassistant_custom_component", "pytest_asyncio")
6
7
8
@pytest.fixture(autouse=True)
0 commit comments