hass-core/tests
J. Nick Koston 2a5ffa9a5b
Fix timestamps for bluetooth scanners that bundle advertisements (#94511)
#94138 added support for raw/bundled advertisements. We should use the
same monotonic time for all advertisements in the bundle if not time
is passed, or calculate the timestamp and pass it if its known
2023-06-14 21:47:00 -04:00
..
auth Use call_at for events instead call_later (#93431) 2023-05-24 21:04:07 +02:00
backports
components Fix timestamps for bluetooth scanners that bundle advertisements (#94511) 2023-06-14 21:47:00 -04:00
fixtures
hassfest
helpers Add missing assert to test_async_remove_ignores_in_flight_polling (#94487) 2023-06-12 21:48:12 +02:00
pylint
resources
scripts
test_util
testing_config Add datetime platform (#81943) 2023-05-29 23:24:15 +02:00
util Replace bandit with ruff (#93200) 2023-06-08 22:46:04 +02:00
__init__.py
common.py Reduce overhead to lookup items in the entity and device registry (#94568) 2023-06-14 20:47:18 +02:00
conftest.py Don't mock non async with AsyncMock (#93749) 2023-05-29 20:20:27 +02:00
ignore_uncaught_exceptions.py
ruff.toml Replace isort with ruff (#94302) 2023-06-08 23:43:56 +02:00
syrupy.py Use ReadOnlyDict for entity registry options (#93824) 2023-05-30 20:11:39 -04:00
test_bootstrap.py
test_config.py
test_config_entries.py Import util.dt as dt_util in remaining tests, enforce with ruff (#93765) 2023-05-30 23:30:31 +03:00
test_core.py Remove as_compressed_state cache (#93169) 2023-05-16 12:39:16 -05:00
test_data_entry_flow.py Reduce in progress flow matching overhead (#94403) 2023-06-11 10:41:38 +02:00
test_exceptions.py
test_loader.py Complete persistent notifications migration (#92828) 2023-05-25 23:09:13 -04:00
test_main.py
test_requirements.py
test_runner.py
test_setup.py Detect attempt to setup config entry integration via YAML (#93589) 2023-05-29 21:01:47 +02:00
test_test_fixtures.py
typing.py