1
0
mirror of https://github.com/home-assistant/core.git synced 2025-10-08 19:29:38 +00:00
Commit Graph

25 Commits

Author SHA1 Message Date
epenet
22f5f59478 Use service_calls fixture in core platform tests [m-z] () 2024-07-02 12:34:11 +02:00
epenet
abb8c58b87 Fix consider-using-tuple pylint warnings in core tests () 2024-06-12 12:35:01 +02:00
epenet
c7e065c413 Move enable_custom_integrations fixture to decorator () 2024-06-05 09:20:08 +02:00
epenet
98d24dd276 Improve typing for calls fixture in tests (m-z) ()
* Improve typing for `calls` fixture in tests (m-z)

* More

* More
2024-05-29 09:30:41 +02:00
Sid
9bf87329da Enable Ruff FLY002 rule ()
Co-authored-by: J. Nick Koston <nick@koston.org>
Co-authored-by: Jan Bouwhuis <jbouwh@users.noreply.github.com>
2024-04-12 09:04:16 +02:00
Sid
d5f883fbf0 Unignore Ruff PLR in tests ()
* 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
Sid
00ec7f11f0 Enable Ruff rule PT007 ()
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2024-03-19 09:01:07 +01:00
Marc Mueller
7d6251ca08 Add empty line after module docstring [tests q-s] () 2024-03-08 14:47:22 +01:00
Erik Montnemery
1b61cd9179 Use real devices in remote device condition tests () 2023-10-24 23:36:31 +02:00
Erik Montnemery
a338e7e242 Use entity registry id in toggle_entity device automations ()
* 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
eba04824a4 Replace assert_lists_same with pytest_unordered in integrations n-s () 2023-06-20 20:23:14 +02:00
Jan Bouwhuis
ec98e22330 Add type hints for stub_blueprint_populate fixture ()
Add typehints for stub_blueprint_populate fixture
2023-05-26 08:13:13 +02:00
Erik Montnemery
3cca338c6e Improve blueprint test fixtures () 2023-05-25 13:45:19 +02:00
J. Nick Koston
bf2c12dcf2 Update remote tests to avoid patching utcnow () 2023-05-24 15:28:22 -05:00
epenet
0a80ac19bc Add type hints to integration tests (part 18) () 2023-02-17 18:45:48 +01:00
Franck Nijhof
ed79265843 Enable Ruff PT006 ()
* 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 ()
* 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 () 2023-02-08 13:28:44 -06:00
Erik Montnemery
150f173eed Mark device conditions from hidden or auxiliary entities as secondary () 2022-04-20 21:41:59 +02:00
Ville Skyttä
f913961d63 Use DeviceAutomationType in tests/components/[m-r]* () 2021-12-20 22:29:22 +01:00
Joakim Sørensen
2f10f59717 Block custom integrations with missing or invalid version () 2021-05-17 15:48:41 +02:00
Ville Skyttä
dc880118a4 Lint suppression cleanups ()
* Unused pylint suppression cleanups

* Remove outdated pylint bug references

* Add flake8-noqa config and note to run it every now and then

* Add codes to noqa's

* Unused noqa cleanups
2021-03-02 09:02:04 +01:00
Franck Nijhof
65cf2fcb6f Drop asynctest () 2021-01-01 22:31:56 +01:00
Paulus Schoutsen
b3be708db6 Add default config if not there ()
Co-authored-by: Bram Kragten <mail@bramkragten.nl>
2020-11-25 15:10:04 +01:00
Chris Talkington
8a3279a5c9 Add device action support for remotes () 2020-09-07 08:54:18 -05:00