Files
core/tests/components
Joakim PlateandGitHub 8bd4125390 Test corrections noticed during pytest upgrade (#82579)
* Withing trigger a call to coordinator after init

* Stop discovery task on STOP event

* Stop dsmr connection task on STOP

* Use autospec in modem_serial tests

close on AioSerial is non async, and should not be mocked as a coroutine

* Make sure responder is specced correctly

tests/components/emulated_hue/test_init.py::test_setup_works
  /Users/joakim/src/hass/home-assistant/homeassistant/components/emulated_hue/__init__.py:119: RuntimeWarning: coroutine 'AsyncMockMixin._execute_mock_call' was never awaited
    protocol.close()

* Don't assume Pymodbus is the only thing logging

* Use gather instead of wait

```
homeassistant/components/homeassistant/__init__.py:208: DeprecationWarning: The explicit passing of coroutine objects to asyncio.wait() is deprecated since Python 3.8, and scheduled for removal in Python 3.11.
```

* Increase wait time for automation tests

Assuming exit within 1 seconds is unreasonable on a potentially loaded
test machine.

* Avoid changing app state after startup
2022-11-23 20:53:28 +01:00
..
2022-09-20 18:33:45 +02:00
2022-10-13 07:31:33 -06:00
2022-10-18 12:06:51 +02:00
2022-11-19 13:48:33 +01:00
2022-09-20 10:50:07 -04:00
2022-11-13 18:23:14 -06:00
2022-09-28 07:41:33 +02:00
2022-10-15 13:57:23 -04:00
2022-11-15 19:04:41 -08:00
2022-09-20 18:33:45 +02:00
2022-10-15 13:57:23 -04:00
2022-10-15 13:57:23 -04:00
2022-09-28 08:06:24 +02:00
2022-11-18 08:19:38 -06:00
2022-11-07 14:40:23 +01:00
2022-11-14 12:20:45 -06:00
2022-09-09 08:57:14 +02:00
2022-10-15 13:57:23 -04:00
2022-11-23 19:54:12 +01:00
2022-10-31 11:09:15 +01:00
2022-10-01 21:22:18 -07:00
2022-08-17 22:37:47 -04:00
2022-10-28 17:25:44 -05:00
2022-11-11 10:08:26 -06:00
2022-11-21 21:39:39 +01:00
2022-11-13 16:05:54 +01:00
2022-10-21 22:54:42 +02:00
2022-11-03 03:10:07 +01:00
2022-09-13 10:07:38 +02:00
2022-10-15 13:57:23 -04:00
2022-11-23 11:25:21 +01:00
2022-09-19 15:22:23 +02:00
2022-09-19 15:22:23 +02:00
2022-10-15 13:57:23 -04:00
2022-10-26 18:35:12 +02:00