diff options
Diffstat (limited to 'addons/mail/tests/__init__.py')
| -rw-r--r-- | addons/mail/tests/__init__.py | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/addons/mail/tests/__init__.py b/addons/mail/tests/__init__.py new file mode 100644 index 00000000..7287046d --- /dev/null +++ b/addons/mail/tests/__init__.py @@ -0,0 +1,7 @@ +# -*- coding: utf-8 -*- + +from . import common +from . import test_mail_full_composer +from . import test_mail_render +from . import test_res_partner +from . import test_update_notification |
