1
mirror of https://github.com/home-assistant/core synced 2024-09-21 22:18:00 +02:00
ha-core/tests
J. Nick Koston 0da94c20b0
Significantly reduce overhead to filter event triggers (#99376)
* fast

* cleanups

* cleanups

* cleanups

* comment

* comment

* add more cover

* comment

* pull more examples from forums to validate cover
2023-08-31 13:47:01 -04:00
..
auth
components Significantly reduce overhead to filter event triggers (#99376) 2023-08-31 13:47:01 -04:00
fixtures
hassfest
helpers Use loop.time in DataUpdateCoordinator (#98937) 2023-08-28 10:16:34 -05:00
pylint
resources
scripts
test_util Fix aiohttp test RuntimeWarning (#98568) 2023-08-17 17:42:20 +02:00
testing_config Clean out compatibility for deprecated methods in Weather (#99263) 2023-08-29 11:33:56 +02:00
util Avoid use of datetime.utc* methods deprecated in Python 3.12 (#93684) 2023-08-24 16:38:22 +02:00
__init__.py
common.py Use loop.time in DataUpdateCoordinator (#98937) 2023-08-28 10:16:34 -05:00
conftest.py Don't allow hass.config.config_dir to be None (#98442) 2023-08-16 13:00:14 +02:00
ignore_uncaught_exceptions.py
patch_time.py Decrease event loop latency by binding time.monotonic to loop.time directly (#98288) 2023-08-13 20:37:45 -04:00
ruff.toml
syrupy.py
test_bootstrap.py Replace mock_coro with AsyncMock (#99014) 2023-08-25 22:54:55 +02:00
test_config_entries.py Replace mock_coro with AsyncMock (#99014) 2023-08-25 22:54:55 +02:00
test_config.py Remove unnnecessary pylint configs from core (#98704) 2023-08-22 23:12:12 +02:00
test_core.py Don't allow hass.config.config_dir to be None (#98442) 2023-08-16 13:00:14 +02:00
test_data_entry_flow.py
test_exceptions.py
test_loader.py
test_main.py
test_requirements.py
test_runner.py
test_setup.py
test_test_fixtures.py
typing.py