HPI/tests/instapaper.py
2020-03-24 21:15:21 +01:00

6 lines
103 B
Python

from my.instapaper import get_todos
def test_get_todos():
for t in get_todos():
print(t)