Skip to content
comic_test.pyt 291 B
Newer Older
<%inherit file="layout.pyt"/>
from weboob.tools.capabilities.gallery.genericcomicreadertest import GenericComicReaderTest


class ${r.classname}BackendTest(GenericComicReaderTest):
Florent's avatar
Florent committed
    MODULE = '${r.name}'

    def test_download(self):
        return self._test_download('${r.download_id}')