mirror of
https://github.com/oskvr37/tiddl.git
synced 2026-06-13 04:05:08 +03:00
✅ add get eps and singles test
This commit is contained in:
@@ -39,6 +39,7 @@ class TestApi(unittest.TestCase):
|
||||
|
||||
def test_artist_albums(self):
|
||||
self.api.getArtistAlbums(25022)
|
||||
self.api.getArtistAlbums(25022, onlyNonAlbum=True)
|
||||
|
||||
def test_album(self):
|
||||
album = self.api.getAlbum(103805723)
|
||||
|
||||
Reference in New Issue
Block a user