core/tests/components/config
J. Nick Koston 3f9dbd3e25
Fix config modules being imported in the event loop (#112462)
* Fix config modules being imported in the event loop

There was a late import in this integration because of the circular import.

The code has been rearranged to avoid the circular imports

* fixes

* fixes

* fix patching

* make eager

* remove unrelated change from this branch
2024-03-05 21:18:57 -05:00
..
__init__.py
conftest.py Fix config modules being imported in the event loop (#112462) 2024-03-05 21:18:57 -05:00
test_area_registry.py Cleanups in area registry tests (#110785) 2024-02-17 13:20:33 +01:00
test_auth.py Refactor config integration to use normal functions for setup (#110750) 2024-02-16 18:12:33 -06:00
test_auth_provider_homeassistant.py Refactor config integration to use normal functions for setup (#110750) 2024-02-16 18:12:33 -06:00
test_automation.py Fix config modules being imported in the event loop (#112462) 2024-03-05 21:18:57 -05:00
test_config_entries.py Add reconfigure step to config flow (#108794) 2024-03-01 12:29:35 +01:00
test_core.py Fix config modules being imported in the event loop (#112462) 2024-03-05 21:18:57 -05:00
test_device_registry.py Cleanups in device registry tests (#110786) 2024-02-17 14:06:53 +01:00
test_entity_registry.py Add label registry (#110821) 2024-02-19 11:59:08 +01:00
test_floor_registry.py Add floor registry (#110741) 2024-02-17 21:21:15 +01:00
test_init.py Remove deprecated event_loop fixtures in tests (#109048) 2024-01-29 14:24:58 +01:00
test_label_registry.py Add label registry (#110821) 2024-02-19 11:59:08 +01:00
test_scene.py Fix config modules being imported in the event loop (#112462) 2024-03-05 21:18:57 -05:00
test_script.py Fix config modules being imported in the event loop (#112462) 2024-03-05 21:18:57 -05:00