HPI/tests/lastfm.py
2020-05-03 17:15:51 +01:00

7 lines
115 B
Python

from more_itertools import ilen
from my.lastfm import scrobbles
def test():
assert ilen(scrobbles()) > 1000