Remove useless trailing \ Remove trailing spaces Add missing empty lines autopep8 -ir -j2 --select=E301,E302,E502,W291,W293,W391 . Diff quickly checked.
9 lines
205 B
Python
9 lines
205 B
Python
<%inherit file="layout.py"/>
|
|
from weboob.tools.test import BackendTest
|
|
|
|
|
|
class ${r.classname}Test(BackendTest):
|
|
BACKEND = '${r.name}'
|
|
|
|
def test_${r.name}(self):
|
|
raise NotImplementedError()
|