Skip to content

Commit

Permalink
Add test.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hellowlol committed Mar 2, 2018
1 parent fa7b53c commit faa8f42
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/test_audio.py
Expand Up @@ -308,3 +308,7 @@ def test_audio_album_download(monkeydownload, album, tmpdir):
def test_audio_Artist_download(monkeydownload, artist, tmpdir):
f = artist.download(savepath=str(tmpdir))
assert len(f) == 14


def test_audio_Album_label(album, patched_http_call):
album.addLabel('YO')

0 comments on commit faa8f42

Please sign in to comment.