Remove dead Last.fm group methods
This commit is contained in:
parent
6d738d3f43
commit
454c519fd9
2 changed files with 3 additions and 106 deletions
|
@ -287,13 +287,6 @@ class TestPyLast(unittest.TestCase):
|
|||
# Act/Assert
|
||||
self.helper_is_thing_hashable(event)
|
||||
|
||||
def test_group_is_hashable(self):
|
||||
# Arrange
|
||||
group = self.network.get_group("Audioscrobbler Beta")
|
||||
|
||||
# Act/Assert
|
||||
self.helper_is_thing_hashable(group)
|
||||
|
||||
def test_library_is_hashable(self):
|
||||
# Arrange
|
||||
library = pylast.Library(user=self.username, network=self.network)
|
||||
|
@ -639,13 +632,6 @@ class TestPyLast(unittest.TestCase):
|
|||
# Assert
|
||||
self.helper_validate_results(result1, result2, result3)
|
||||
|
||||
def test_cacheable_group_get_members(self):
|
||||
# Arrange
|
||||
group = self.network.get_group("Audioscrobbler Beta")
|
||||
|
||||
# Act/Assert
|
||||
self.helper_validate_cacheable(group, "get_members")
|
||||
|
||||
def test_cacheable_library(self):
|
||||
# Arrange
|
||||
library = pylast.Library(self.username, self.network)
|
||||
|
@ -987,15 +973,6 @@ class TestPyLast(unittest.TestCase):
|
|||
self.helper_assert_chart(album_chart, pylast.Album)
|
||||
self.helper_assert_chart(track_chart, pylast.Track)
|
||||
|
||||
def test_group_charts(self):
|
||||
# Arrange
|
||||
group = self.network.get_group("mnml")
|
||||
dates = group.get_weekly_chart_dates()
|
||||
self.helper_dates_valid(dates)
|
||||
|
||||
# Act/Assert
|
||||
self.helper_get_assert_charts(group, dates[-2])
|
||||
|
||||
def test_tag_charts(self):
|
||||
# Arrange
|
||||
tag = self.network.get_tag("rock")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue