Remove dead or broken Last.fm user functions

This commit is contained in:
hugovk 2017-10-19 00:46:23 +03:00
parent 5fd9e4c8c5
commit ebc5b29f5c
2 changed files with 0 additions and 61 deletions

View file

@ -256,23 +256,6 @@ class TestPyLastUser(PyLastTestCase):
# Act/Assert
self.helper_get_assert_charts(lastfm_user, dates[0])
# Commented out to avoid spamming
# def test_share_spam(self):
# # Arrange
# users_to_spam = [TODO_ENTER_SPAMEES_HERE]
# spam_message = "Dig the krazee sound!"
# artist = self.network.get_top_artists(limit=1)[0].item
# track = artist.get_top_tracks(limit=1)[0].item
# # Act
# artist.share(users_to_spam, spam_message)
# track.share(users_to_spam, spam_message)
# Assert
# Check inbox for spam!
# album/artist/track/user
def test_user_top_artists(self):
# Arrange
lastfm_user = self.network.get_user(self.username)