7 lines
115 B
Python
7 lines
115 B
Python
from more_itertools import ilen
|
|
|
|
from my.lastfm import scrobbles
|
|
|
|
|
|
def test():
|
|
assert ilen(scrobbles()) > 1000
|