Files
hacs_integration/tests/test_confiig_flow.py
2020-07-12 19:17:07 +02:00

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