9 lines
291 B
Python
9 lines
291 B
Python
<%inherit file="layout.py"/>
|
|
from weboob.tools.capabilities.gallery.genericcomicreadertest import GenericComicReaderTest
|
|
|
|
|
|
class ${r.classname}BackendTest(GenericComicReaderTest):
|
|
BACKEND = '${r.name}'
|
|
|
|
def test_download(self):
|
|
return self._test_download('${r.download_id}')
|