prettify instapaper module
This commit is contained in:
parent
f6790b6d49
commit
3365f979ed
3 changed files with 10 additions and 29 deletions
6
tests/instapaper.py
Normal file
6
tests/instapaper.py
Normal file
|
@ -0,0 +1,6 @@
|
|||
from my.instapaper import get_todos
|
||||
|
||||
|
||||
def test_get_todos():
|
||||
for t in get_todos():
|
||||
print(t)
|
Loading…
Add table
Add a link
Reference in a new issue