Add basic boilerplate script
With the comic templates from tools/gen_comic_reader.sh
This commit is contained in:
parent
82f3b6103e
commit
a913072596
5 changed files with 194 additions and 0 deletions
9
tools/boilerplate_data/comic_test.py
Normal file
9
tools/boilerplate_data/comic_test.py
Normal 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}')
|
||||
Loading…
Add table
Add a link
Reference in a new issue