core/tests
J. Nick Koston 0e6b3d6583
Switch async_track_same_state to use async_call_later (#99219)
* Switch async_track_same_state to use async_call_later

There was no need to use async_track_point_in_utc_time here since
we only need a delay

* update trigger tests

* remove some more utcnow patching

* remove some more utcnow patching

* remove some more utcnow patching
2023-08-28 22:30:20 +02:00
..
auth
components Switch async_track_same_state to use async_call_later (#99219) 2023-08-28 22:30:20 +02:00
fixtures Modernize SMHI weather (#97275) 2023-08-07 17:24:43 +02:00
hassfest
helpers Use loop.time in DataUpdateCoordinator (#98937) 2023-08-28 10:16:34 -05:00
pylint Fix pylint DeprecationWarnings (#97627) 2023-08-02 20:30:41 +02:00
resources
scripts Add default headers to webserver responses (#97784) 2023-08-06 23:25:13 -04:00
test_util Fix aiohttp test RuntimeWarning (#98568) 2023-08-17 17:42:20 +02:00
testing_config Python 3.10 support cleanups (#98640) 2023-08-21 19:14:07 +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.py Remove unnnecessary pylint configs from core (#98704) 2023-08-22 23:12:12 +02:00
test_config_entries.py Replace mock_coro with AsyncMock (#99014) 2023-08-25 22:54:55 +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 Add packaging as default requirement (#97712) 2023-08-04 12:29:18 +02:00
test_setup.py
test_test_fixtures.py
typing.py