-
- Downloads
Add full test coverage to Jellyfin (#86974)
* Add full test coverage * Remove unreachable exception * Remove comment line. Conflicting with codecov * Use auto fixture and syrupy
Showing
- homeassistant/components/jellyfin/media_source.py 1 addition, 5 deletionshomeassistant/components/jellyfin/media_source.py
- tests/components/jellyfin/conftest.py 15 additions, 1 deletiontests/components/jellyfin/conftest.py
- tests/components/jellyfin/fixtures/album.json 12 additions, 0 deletionstests/components/jellyfin/fixtures/album.json
- tests/components/jellyfin/fixtures/albums.json 16 additions, 0 deletionstests/components/jellyfin/fixtures/albums.json
- tests/components/jellyfin/fixtures/artist.json 15 additions, 0 deletionstests/components/jellyfin/fixtures/artist.json
- tests/components/jellyfin/fixtures/artists.json 19 additions, 0 deletionstests/components/jellyfin/fixtures/artists.json
- tests/components/jellyfin/fixtures/episode.json 504 additions, 0 deletionstests/components/jellyfin/fixtures/episode.json
- tests/components/jellyfin/fixtures/episodes.json 509 additions, 0 deletionstests/components/jellyfin/fixtures/episodes.json
- tests/components/jellyfin/fixtures/get-item-collection.json 1 addition, 1 deletiontests/components/jellyfin/fixtures/get-item-collection.json
- tests/components/jellyfin/fixtures/media-source-root.json 23 additions, 0 deletionstests/components/jellyfin/fixtures/media-source-root.json
- tests/components/jellyfin/fixtures/movie-collection.json 45 additions, 0 deletionstests/components/jellyfin/fixtures/movie-collection.json
- tests/components/jellyfin/fixtures/movie.json 153 additions, 0 deletionstests/components/jellyfin/fixtures/movie.json
- tests/components/jellyfin/fixtures/movies.json 159 additions, 0 deletionstests/components/jellyfin/fixtures/movies.json
- tests/components/jellyfin/fixtures/music-collection.json 45 additions, 0 deletionstests/components/jellyfin/fixtures/music-collection.json
- tests/components/jellyfin/fixtures/season.json 23 additions, 0 deletionstests/components/jellyfin/fixtures/season.json
- tests/components/jellyfin/fixtures/seasons.json 29 additions, 0 deletionstests/components/jellyfin/fixtures/seasons.json
- tests/components/jellyfin/fixtures/series-list.json 34 additions, 0 deletionstests/components/jellyfin/fixtures/series-list.json
- tests/components/jellyfin/fixtures/series.json 28 additions, 0 deletionstests/components/jellyfin/fixtures/series.json
- tests/components/jellyfin/fixtures/track.json 91 additions, 0 deletionstests/components/jellyfin/fixtures/track.json
- tests/components/jellyfin/fixtures/tracks-nopath.json 93 additions, 0 deletionstests/components/jellyfin/fixtures/tracks-nopath.json
Loading
Please register or sign in to comment