Add tests to Lidarr (#79610)
* Add tests to Lidarr
* fix js files
* take out the trash
* fix 3.9
* uno mas
* fix fixture
* ruff
* Update const.py
---------
Co-authored-by:
Erik Montnemery <erik@montnemery.com>
Showing
- .coveragerc 0 additions, 3 deletions.coveragerc
- .prettierignore 2 additions, 0 deletions.prettierignore
- homeassistant/components/lidarr/const.py 0 additions, 2 deletionshomeassistant/components/lidarr/const.py
- tests/components/lidarr/__init__.py 0 additions, 52 deletionstests/components/lidarr/__init__.py
- tests/components/lidarr/conftest.py 142 additions, 0 deletionstests/components/lidarr/conftest.py
- tests/components/lidarr/fixtures/initialize-wrong.js 12 additions, 0 deletionstests/components/lidarr/fixtures/initialize-wrong.js
- tests/components/lidarr/fixtures/initialize.js 12 additions, 0 deletionstests/components/lidarr/fixtures/initialize.js
- tests/components/lidarr/fixtures/queue.json 57 additions, 0 deletionstests/components/lidarr/fixtures/queue.json
- tests/components/lidarr/fixtures/rootfolder-linux.json 15 additions, 0 deletionstests/components/lidarr/fixtures/rootfolder-linux.json
- tests/components/lidarr/fixtures/system-status.json 2 additions, 2 deletionstests/components/lidarr/fixtures/system-status.json
- tests/components/lidarr/fixtures/wanted-missing.json 134 additions, 0 deletionstests/components/lidarr/fixtures/wanted-missing.json
- tests/components/lidarr/test_config_flow.py 48 additions, 82 deletionstests/components/lidarr/test_config_flow.py
- tests/components/lidarr/test_init.py 61 additions, 0 deletionstests/components/lidarr/test_init.py
- tests/components/lidarr/test_sensor.py 33 additions, 0 deletionstests/components/lidarr/test_sensor.py
Loading
Please register or sign in to comment