Fix commented-out formatting post-Black
This commit is contained in:
parent
9194232ecd
commit
6503002692
|
@ -134,7 +134,7 @@ class TestPyLastArtist(TestPyLastWithLastFm):
|
||||||
def test_tag_artist(self):
|
def test_tag_artist(self):
|
||||||
# Arrange
|
# Arrange
|
||||||
artist = self.network.get_artist("Test Artist")
|
artist = self.network.get_artist("Test Artist")
|
||||||
# artist.clear_tags()
|
# artist.clear_tags()
|
||||||
|
|
||||||
# Act
|
# Act
|
||||||
artist.add_tag("testing")
|
artist.add_tag("testing")
|
||||||
|
|
|
@ -154,15 +154,15 @@ class TestPyLastUser(TestPyLastWithLastFm):
|
||||||
# fails due Last.fm's complaining of hitting the rate limit, even when
|
# fails due Last.fm's complaining of hitting the rate limit, even when
|
||||||
# limited to one call per second. The ToS allows 5 calls per second.
|
# limited to one call per second. The ToS allows 5 calls per second.
|
||||||
# def test_get_all_scrobbles(self):
|
# def test_get_all_scrobbles(self):
|
||||||
# # Arrange
|
# # Arrange
|
||||||
# lastfm_user = self.network.get_user("RJ")
|
# lastfm_user = self.network.get_user("RJ")
|
||||||
# self.network.enable_rate_limit() # this is going to be slow...
|
# self.network.enable_rate_limit() # this is going to be slow...
|
||||||
|
#
|
||||||
# # Act
|
# # Act
|
||||||
# tracks = lastfm_user.get_recent_tracks(limit=None)
|
# tracks = lastfm_user.get_recent_tracks(limit=None)
|
||||||
|
#
|
||||||
# # Assert
|
# # Assert
|
||||||
# self.assertGreaterEqual(len(tracks), 0)
|
# self.assertGreaterEqual(len(tracks), 0)
|
||||||
|
|
||||||
def test_pickle(self):
|
def test_pickle(self):
|
||||||
# Arrange
|
# Arrange
|
||||||
|
|
Loading…
Reference in a new issue