diff options
Diffstat (limited to 'addons/sale_coupon/tests/__init__.py')
| -rw-r--r-- | addons/sale_coupon/tests/__init__.py | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/addons/sale_coupon/tests/__init__.py b/addons/sale_coupon/tests/__init__.py new file mode 100644 index 00000000..7ec9d2c0 --- /dev/null +++ b/addons/sale_coupon/tests/__init__.py @@ -0,0 +1,9 @@ +# -*- coding: utf-8 -*- +# Part of Odoo. See LICENSE file for full copyright and licensing details. + +from . import test_program_without_code_operations +from . import test_program_with_code_operations +from . import test_program_rules +from . import test_program_numbers +from . import test_program_multi_company +from . import test_sale_invoicing |
