5 lines
86 B
Python
5 lines
86 B
Python
from my.instapaper import pages
|
|
|
|
|
|
def test_pages():
|
|
assert len(list(pages())) > 3
|