test: add test case for miot mdns and network

This commit is contained in:
topsworld
2024-12-16 09:18:36 +08:00
committed by Lucien Hsiao
parent ad7f9eb610
commit 9d95379f83
4 changed files with 60 additions and 9 deletions

View File

@ -69,9 +69,6 @@ async def test_variable_async(test_cache_path):
assert len(storage.get_names(
domain=test_domain, type_=dict)) == test_count/2
# Delete domain path
# assert await storage.remove_domain_async(test_domain)
@pytest.mark.asyncio
@pytest.mark.github