diff options
Diffstat (limited to 'addons/event/tests/__init__.py')
| -rw-r--r-- | addons/event/tests/__init__.py | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/addons/event/tests/__init__.py b/addons/event/tests/__init__.py new file mode 100644 index 00000000..72c2d9ab --- /dev/null +++ b/addons/event/tests/__init__.py @@ -0,0 +1,7 @@ +# -*- coding: utf-8 -*- +# Part of Odoo. See LICENSE file for full copyright and licensing details. + +from . import test_event_flow +from . import test_event_internals +from . import test_event_mail_schedule +from . import test_event_security |
