weboob-devel/tools/boilerplate_data/comic_test.py
Laurent Bachelier a913072596 Add basic boilerplate script
With the comic templates from tools/gen_comic_reader.sh
2013-02-07 14:22:12 +01:00

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}')