prettify instapaper module

This commit is contained in:
Dima Gerasimov 2020-03-24 20:02:38 +00:00 committed by Dmitrii Gerasimov
parent c84754250f
commit 3b03591dda
3 changed files with 10 additions and 29 deletions

6
tests/instapaper.py Normal file
View file

@ -0,0 +1,6 @@
from my.instapaper import get_todos
def test_get_todos():
for t in get_todos():
print(t)