hass-core/tests/components/plex
J. Nick Koston 4a5679db08
Prevent config entries from being reloaded concurrently (#72636)
* Prevent config entries being reloaded concurrently

- Fixes Config entry has already been setup when
  two places try to reload the config entry at the
  same time.

- This comes up quite a bit:
  https://github.com/home-assistant/core/issues?q=is%3Aissue+sort%3Aupdated-desc+%22Config+entry+has+already+been+setup%22+is%3Aclosed

* Make sure plex creates mocks in the event loop

* drop reload_lock, already inherits
2022-05-28 10:49:55 +02:00
..
fixtures Autoresume in-progress items from Plex media browser (#68494) 2022-03-29 11:08:26 +02:00
__init__.py
conftest.py Prevent config entries from being reloaded concurrently (#72636) 2022-05-28 10:49:55 +02:00
const.py Use platform enums in plex tests (#62561) 2021-12-22 07:59:54 -05:00
helpers.py Add Plex library count sensors (#48339) 2021-03-31 13:57:16 +02:00
mock_classes.py Rewrite Plex tests to use mocked payloads (#44044) 2021-01-07 19:56:52 +01:00
test_browse_media.py Autoresume in-progress items from Plex media browser (#68494) 2022-03-29 11:08:26 +02:00
test_button.py Add Plex scan_clients button, enable autoscan (#67055) 2022-02-22 16:34:48 -08:00
test_config_flow.py Avoid network activity during Plex tests (#72499) 2022-05-27 09:46:22 +02:00
test_device_handling.py Final clean up of helpers accessed via hass (#72032) 2022-05-17 23:42:37 +03:00
test_init.py Avoid network activity during Plex tests (#72499) 2022-05-27 09:46:22 +02:00
test_media_players.py Mark entities as unavailable when they are removed but are still registered (#45528) 2021-02-08 10:45:46 +01:00
test_media_search.py Improve Plex media search failure feedback (#67493) 2022-03-17 13:57:22 -07:00
test_playback.py Autoresume in-progress items from Plex media browser (#68494) 2022-03-29 11:08:26 +02:00
test_sensor.py Add "Recommended" and radio station support to Plex media browser (#64057) 2022-01-25 13:02:23 -08:00
test_server.py Use platform enums in plex tests (#62561) 2021-12-22 07:59:54 -05:00
test_services.py Autoresume in-progress items from Plex media browser (#68494) 2022-03-29 11:08:26 +02:00