9 lines
204 B
Python
9 lines
204 B
Python
<%inherit file="layout.py"/>
|
|
from weboob.tools.test import BackendTest
|
|
|
|
|
|
class ${r.classname}Test(BackendTest):
|
|
MODULE = '${r.name}'
|
|
|
|
def test_${r.name}(self):
|
|
raise NotImplementedError()
|