Sid
|
d5f883fbf0
|
Unignore Ruff PLR in tests (#114470)
* Unignore Ruff PLR in tests
* Address review comments
* review comments
* fix import
* Update test_api.py
* Update test_api.py
* Update test_api.py
|
2024-04-01 11:11:59 +02:00 |
Jan-Philipp Benecke
|
dce3bde0ab
|
Use `setup_test_component_platform` helper for update entity component tests instead of `hass.components` (#114203)
* Use `setup_test_component_platform` helper for update entity component tests instead of `hass.components`
* Run ruff format
|
2024-03-26 20:20:08 +01:00 |
Sid
|
00ec7f11f0
|
Enable Ruff rule PT007 (#113764)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
|
2024-03-19 09:01:07 +01:00 |
Marc Mueller
|
87165c0d6e
|
Add empty line after module docstring [tests t-z] (#112712)
|
2024-03-08 14:44:56 +01:00 |
Erik Montnemery
|
d8baa38751
|
Use real devices in update device trigger tests (#102697)
|
2023-10-24 22:42:44 +02:00 |
Erik Montnemery
|
a338e7e242
|
Use entity registry id in toggle_entity device automations (#94995)
* Use entity registry id in toggle_entity device automations
* Update tests
---------
Co-authored-by: J. Nick Koston <nick@koston.org>
|
2023-06-26 09:59:01 +02:00 |
Erik Montnemery
|
6183a36fce
|
Replace assert_lists_same with pytest_unordered in integrations t-z (#94903)
|
2023-06-20 20:23:49 +02:00 |
Jan Bouwhuis
|
ec98e22330
|
Add type hints for stub_blueprint_populate fixture (#93568)
Add typehints for stub_blueprint_populate fixture
|
2023-05-26 08:13:13 +02:00 |
Erik Montnemery
|
3cca338c6e
|
Improve blueprint test fixtures (#93519)
|
2023-05-25 13:45:19 +02:00 |
epenet
|
9a5f88f55f
|
Add type hints to integration tests (part 23) (#88235)
|
2023-02-17 16:40:46 +01:00 |
Franck Nijhof
|
ed79265843
|
Enable Ruff PT006 (#88165)
* Enable Ruff PT006
* Adjust existing cases
* Fix tests
* Remove unneeded parentheses
|
2023-02-15 14:09:50 +01:00 |
Erik Montnemery
|
cc564026fa
|
Move EntityCategory to homeassistant.const (#87792)
* Move EntityCategory to homeassistant.const
* Fix more imports
|
2023-02-09 20:15:37 +01:00 |
Franck Nijhof
|
51a9f65a01
|
Clean up unnecessary registry mocks from Core tests (#87726)
|
2023-02-08 13:28:44 -06:00 |
Erik Montnemery
|
5e50a8abd5
|
Mark device triggers from hidden or auxiliary entities as secondary (#70335)
* Mark device triggers from hidden or auxiliary entities as secondary
* Update tests
|
2022-04-21 08:01:32 +02:00 |
Franck Nijhof
|
c0e9cfedfb
|
Add device trigger support to Update entity (#69395)
|
2022-04-06 08:50:21 -07:00 |