1<%inherit file="layout.pyt"/>
2from weboob.tools.test import BackendTest
3
4
5class ${r.classname}Test(BackendTest):
6    MODULE = '${r.name}'
7