mirror of
https://github.com/hacs/integration.git
synced 2025-07-23 02:55:44 +00:00
9 lines
166 B
Python
9 lines
166 B
Python
import pytest
|
|
|
|
# from custom_components.hacs.config_flow import HacsFlowHandler, HacsOptionsFlowHandler
|
|
|
|
|
|
@pytest.mark.asyncio
|
|
async def test_config_flow():
|
|
pass
|