1
0
mirror of https://github.com/home-assistant/core.git synced 2025-08-18 01:40:11 +00:00
Commit Graph

13 Commits

Author SHA1 Message Date
Joost Lekkerkerker
906d3198e3 Use is in enum comparison in config flow tests F-J ()
* Use right enum expression F-J

* Fix
2024-04-02 23:01:37 +02:00
Marc Mueller
c88b337600 Add empty line after module docstring [tests f-k] () 2024-03-08 14:50:04 +01:00
epenet
ea29cdfe83 Add type hints to integration tests (part 12) () 2023-02-13 13:03:51 +01:00
epenet
37a2040d7b Add type hints to integration tests (h-i) () 2023-02-08 18:12:56 +01:00
Franck Nijhof
7cd68381f1 Search/replace RESULT_TYPE_* by FlowResultType enum () 2022-07-07 19:57:36 +03:00
Aaron Bach
1f00ded33a Clean up IQVIA config flow tests () 2022-01-20 21:45:32 -07:00
Franck Nijhof
65cf2fcb6f Drop asynctest () 2021-01-01 22:31:56 +01:00
J. Nick Koston
ee64aafc39 Fix iqvia test patching the wrong integration () 2020-08-13 11:47:18 -05:00
Aaron Bach
6fd39f57ee Remove YAML configuration support for IQVIA () 2020-08-03 19:35:36 +02:00
Paulus Schoutsen
76f392476b Use a future for mock coro () 2020-04-30 16:31:00 -07:00
Paulus Schoutsen
4de97abc3a Black 2019-07-31 12:25:30 -07:00
Aaron Bach
297d24c5b0 Fix bug when IQVIA API fails to return data ()
* Fix bug when IQVIA API fails to return data

* Updated requirements

* Fixed tests

* Linting

* Removed impossible case

* Removed extraneous comment
2019-05-16 15:19:53 -06:00
Aaron Bach
45adb5c9c7 Add config entry for IQVIA ()
* Add config entry for IQVIA

* Updated tests and requirements

* Removed unnecessary dependency

* Fixed tests

* Reverted unintended change
2019-05-09 09:11:51 -07:00