Failed
tests.modules.check_comics.test_comicmodule[ThisIsIndexed] (from pytest)
Error Message
AssertionError: Traversed 0 strips instead of 5. assert 0 == 5
Stacktrace
tests/modules/check_comics.py:57: in test_comicmodule _test_comic(str(tmpdir), scraperobj, maxstrips) tests/modules/check_comics.py:81: in _test_comic assert num_strips == num_strips_expected, msg E AssertionError: Traversed 0 strips instead of 5. E assert 0 == 5