s/BACKEND/MODULE/

This commit is contained in:
Florent 2014-09-22 17:32:03 +02:00
commit 3ecb491c1c
164 changed files with 165 additions and 165 deletions

View file

@ -3,7 +3,7 @@ from weboob.tools.test import BackendTest
class ${r.classname}Test(BackendTest):
BACKEND = '${r.name}'
MODULE = '${r.name}'
def test_${r.name}(self):
raise NotImplementedError()

View file

@ -3,7 +3,7 @@ from weboob.tools.capabilities.gallery.genericcomicreadertest import GenericComi
class ${r.classname}BackendTest(GenericComicReaderTest):
BACKEND = '${r.name}'
MODULE = '${r.name}'
def test_download(self):
return self._test_download('${r.download_id}')