2021-11-15 17:18:57 +00:00
|
|
|
"""Tests for the Network Configuration integration."""
|
|
|
|
|
|
|
|
import pytest
|
|
|
|
|
|
|
|
|
|
|
|
@pytest.fixture(autouse=True)
|
|
|
|
def mock_get_source_ip():
|
|
|
|
"""Override mock of network util's async_get_source_ip."""
|
2022-07-14 09:05:52 +00:00
|
|
|
|
|
|
|
|
|
|
|
@pytest.fixture(autouse=True)
|
|
|
|
def mock_network():
|
|
|
|
"""Override mock of network util's async_get_adapters."""
|