def suite():
suite = trytond.tests.test_tryton.suite()
from trytond.modules.company.tests import test_company
from trytond.modules.account.tests import test_account
for test in chain(test_company.suite(), test_account.suite()):
if test not in suite and not isinstance(test, doctest.DocTestCase):
suite.addTest(test)
suite.addTests(unittest.TestLoader().loadTestsFromTestCase(
AccountPaymentSepaTestCase))
return suite
test_account_payment_sepa.py 文件源码
python
阅读 22
收藏 0
点赞 0
评论 0
评论列表
文章目录