HPI/tests/instapaper.py
Dima Gerasimov d562f00dca tests: run all tests, but exclude tests specific to my computer from CI
controllable via HPI_TESTS_KARLICOSS=true
2021-02-14 17:47:18 +00:00

6 lines
207 B
Python

from .common import skip_if_not_karlicoss as pytestmark
def test_pages() -> None:
# TODO ugh. need lazy import to simplify testing?
from my.instapaper import pages
assert len(list(pages())) > 3