HPI/tests/youtube.py
2020-01-27 22:35:45 +00:00

11 lines
296 B
Python

# TODO move elsewhere?
# these tests would only make sense with some existing data? although some of them would work for everyone..
# not sure what's a good way of handling this..
from my.media.youtube import get_watched
def test():
watched = get_watched()
assert len(watched) > 1000