mirror of
https://github.com/pkkid/python-plexapi
synced 2024-11-22 19:53:17 +00:00
Add test.
This commit is contained in:
parent
fa7b53cbe5
commit
faa8f42756
1 changed files with 4 additions and 0 deletions
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue