1
0
mirror of https://github.com/home-assistant/core.git synced 2025-05-21 06:17:06 +00:00
Commit Graph

6 Commits

Author SHA1 Message Date
epenet
ead0e797c1
Use registry fixtures in tests (m-n) () 2024-05-28 13:40:45 +02:00
epenet
0b01326f9f
Use is in ConfigEntryState enum comparison in tests (A-M) () 2024-04-05 17:16:55 +02:00
Marc Mueller
32f3f46542
Add empty line after module docstring (2) [tests.components] () 2024-03-08 19:16:21 +01:00
Åke Strandberg
073fcfcd6f
Add tests for number of devices created in myuplink ()
* Add tests for number of devices created

* Change default fixture to 2 devices in one system

* Update snapshot

* Change deviuce to test

* Merge tests to one module
2024-03-03 14:27:24 +01:00
Åke Strandberg
230ac417c0
Add check for myuplink startup ClientError ()
* Raise ConfigEntryNotReady if appropriate

* Catchin exceptions during startup

* Change expected_state to SETUP_ERROR
2024-02-20 02:17:35 +01:00
Åke Strandberg
fd0f093299
Add some myuplink tests ()
* Add some myuplink tests

* Update fixtures for api endpoints

* Adjust according to review

* Update snapshot file

* Remove unneded fixtures and improve typing

* More cleanup

* One last session scope removed

* Fix typing

---------

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2024-02-15 13:44:45 +01:00