Commit ad1097ce authored by Julien Muchembled's avatar Julien Muchembled

Run testTradeModelLinePurchase and testComplexTradeModelLineUseCase with legacy simulation

git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/amount_generator@38147 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 993c4ca2
......@@ -30,6 +30,16 @@ import sys
from Products.ERP5Legacy.tests import testLegacyBPMCore
sys.modules['Products.ERP5.tests.testBPMCore'] = testLegacyBPMCore
from Products.ERP5.tests.testTradeModelLine import *
from Products.ERP5.tests.testTradeModelLinePurchase import *
from Products.ERP5.tests.testComplexTradeModelLineUseCase import *
def test_suite():
suite = unittest.TestSuite()
suite.addTest(unittest.makeSuite(TestTradeModelLineSale))
suite.addTest(unittest.makeSuite(TestTradeModelLinePurchase))
suite.addTest(unittest.makeSuite(TestComplexTradeModelLineUseCaseSale))
suite.addTest(unittest.makeSuite(TestComplexTradeModelLineUseCasePurchase))
return suite
###
## TestTradeModelLine
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment