Remove dead Last.fm attributes: releasedate in album.getInfo

This commit is contained in:
Hugo 2017-09-25 17:37:24 +03:00
parent 0d4f674ac7
commit c303fd0139
2 changed files with 0 additions and 18 deletions

View file

@ -1879,18 +1879,6 @@ class TestPyLast(unittest.TestCase):
# Assert
self.assertGreater(count, 21)
@handle_lastfm_exceptions
def test_album_rel_date(self):
# Arrange
album = pylast.Album("Test Artist", "Test Release", self.network)
# Act
date = album.get_release_date()
# Assert
self.skip_if_lastfm_api_broken(date)
self.assertIn("2011", date)
@handle_lastfm_exceptions
def test_album_tracks(self):
# Arrange