trytondo-analytic_account_co/tests/test_analytic_account_co.py

10 lines
197 B
Python
Raw Normal View History

2021-03-18 20:14:56 +01:00
from trytond.tests.test_tryton import ModuleTestCase
class AnalyticAccountCoTestCase(ModuleTestCase):
'Test Account Co Reports module'
module = 'analytic_account_co'
2024-07-19 07:36:47 +02:00
del ModuleTestCase