-
- Downloads
Add tests for the Spotify media browser (#127857)
* Add tests for the Spotify media browser * Add tests for the Spotify media browser * Fix * Fix comment * Revert "Add tests for the Spotify media browser" This reverts commit 59de6725d22b9c8797a187f7e2d598375bd372c4. * Add comment * Add comment
Showing
- tests/components/spotify/conftest.py 27 additions, 7 deletionstests/components/spotify/conftest.py
- tests/components/spotify/fixtures/album.json 128 additions, 0 deletionstests/components/spotify/fixtures/album.json
- tests/components/spotify/fixtures/artist.json 33 additions, 0 deletionstests/components/spotify/fixtures/artist.json
- tests/components/spotify/fixtures/artist_albums.json 472 additions, 0 deletionstests/components/spotify/fixtures/artist_albums.json
- tests/components/spotify/fixtures/categories.json 36 additions, 0 deletionstests/components/spotify/fixtures/categories.json
- tests/components/spotify/fixtures/category.json 12 additions, 0 deletionstests/components/spotify/fixtures/category.json
- tests/components/spotify/fixtures/category_playlists.json 84 additions, 0 deletionstests/components/spotify/fixtures/category_playlists.json
- tests/components/spotify/fixtures/featured_playlists.json 85 additions, 0 deletionstests/components/spotify/fixtures/featured_playlists.json
- tests/components/spotify/fixtures/followed_artists.json 87 additions, 0 deletionstests/components/spotify/fixtures/followed_artists.json
- tests/components/spotify/fixtures/new_releases.json 469 additions, 0 deletionstests/components/spotify/fixtures/new_releases.json
- tests/components/spotify/fixtures/recently_played_tracks.json 964 additions, 0 deletions...s/components/spotify/fixtures/recently_played_tracks.json
- tests/components/spotify/fixtures/saved_albums.json 7637 additions, 0 deletionstests/components/spotify/fixtures/saved_albums.json
- tests/components/spotify/fixtures/saved_shows.json 462 additions, 0 deletionstests/components/spotify/fixtures/saved_shows.json
- tests/components/spotify/fixtures/saved_tracks.json 978 additions, 0 deletionstests/components/spotify/fixtures/saved_tracks.json
- tests/components/spotify/fixtures/show.json 317 additions, 0 deletionstests/components/spotify/fixtures/show.json
- tests/components/spotify/fixtures/show_episodes.json 94 additions, 0 deletionstests/components/spotify/fixtures/show_episodes.json
- tests/components/spotify/fixtures/top_artists.json 76 additions, 0 deletionstests/components/spotify/fixtures/top_artists.json
- tests/components/spotify/fixtures/top_tracks.json 922 additions, 0 deletionstests/components/spotify/fixtures/top_tracks.json
- tests/components/spotify/snapshots/test_media_browser.ambr 590 additions, 0 deletionstests/components/spotify/snapshots/test_media_browser.ambr
- tests/components/spotify/test_media_browser.py 40 additions, 0 deletionstests/components/spotify/test_media_browser.py
Loading
Please register or sign in to comment