summaryrefslogtreecommitdiff
path: root/addons/website_event/tests/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'addons/website_event/tests/__init__.py')
-rw-r--r--addons/website_event/tests/__init__.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/addons/website_event/tests/__init__.py b/addons/website_event/tests/__init__.py
new file mode 100644
index 00000000..77fa25d4
--- /dev/null
+++ b/addons/website_event/tests/__init__.py
@@ -0,0 +1,9 @@
+# -*- coding: utf-8 -*-
+# Part of Odoo. See LICENSE file for full copyright and licensing details.
+
+from . import common
+from . import test_event_internals
+from . import test_ui
+from . import test_visitor_events
+from . import test_website_event
+from . import test_website_event_access