1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-25 05:26:47 +00:00

Separate Plex/Sonos cross-integration tests (#45370)

This commit is contained in:
jjlawren
2021-01-21 05:22:19 -05:00
committed by GitHub
parent 16843d9ec7
commit 1f66457a34
5 changed files with 117 additions and 103 deletions

View File

@@ -254,6 +254,12 @@ def show_seasons_fixture():
return load_fixture("plex/show_seasons.xml")
@pytest.fixture(name="sonos_resources", scope="session")
def sonos_resources_fixture():
"""Load Sonos resources payload and return it."""
return load_fixture("plex/sonos_resources.xml")
@pytest.fixture(name="entry")
def mock_config_entry():
"""Return the default mocked config entry."""