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
helpers.py
mock_classes.py
test_browse_media.py Autoresume in-progress items from Plex media browser (#68494) 2022-03-29 11:08:26 +02:00
test_button.py
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
test_media_search.py
test_playback.py Autoresume in-progress items from Plex media browser (#68494) 2022-03-29 11:08:26 +02:00
test_sensor.py
test_server.py
test_services.py Autoresume in-progress items from Plex media browser (#68494) 2022-03-29 11:08:26 +02:00