diff --git a/product/ERP5/tests/testAccounting.py b/product/ERP5/tests/testAccounting.py index 318a51e201e23956714cc5880365d1b81f1bf8b6..f314d0fcbbab3075b87beb6f4e7cb77cd8070552 100644 --- a/product/ERP5/tests/testAccounting.py +++ b/product/ERP5/tests/testAccounting.py @@ -3077,5 +3077,5 @@ def test_suite(): suite.addTest(unittest.makeSuite(TestClosingPeriod)) suite.addTest(unittest.makeSuite(TestTransactionValidation)) suite.addTest(unittest.makeSuite(TestAccountingExport)) + suite.addTest(unittest.makeSuite(TestAccountingTransactionTemplate)) return suite -