9 lines
197 B
Python
9 lines
197 B
Python
from trytond.tests.test_tryton import ModuleTestCase
|
|
|
|
|
|
class AnalyticAccountCoTestCase(ModuleTestCase):
|
|
'Test Account Co Reports module'
|
|
module = 'analytic_account_co'
|
|
|
|
|
|
del ModuleTestCase
|