Add basic boilerplate script

With the comic templates from tools/gen_comic_reader.sh
This commit is contained in:
Laurent Bachelier 2013-02-06 23:42:11 +01:00 committed by Romain Bignon
commit a913072596
5 changed files with 194 additions and 0 deletions

View file

@ -0,0 +1,9 @@
<%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}')