test für wizard

This commit is contained in:
Frederik Jaeckel 2022-12-19 21:53:00 +01:00
parent 77d6e5f8ef
commit 347f09b49e
3 changed files with 80 additions and 1 deletions

View file

@ -7,12 +7,14 @@ import unittest
from trytond.modules.investment.tests.test_asset import AssetTestCase
from trytond.modules.investment.tests.test_rate import RateTestCase
from trytond.modules.investment.tests.test_source import SourceTestCase
from trytond.modules.investment.tests.test_wizard import WizardTestCase
__all__ = ['suite']
class InvestmentTestCase(\
WizardTestCase, \
SourceTestCase, \
RateTestCase,\
AssetTestCase,\