8c4bdb2a07c44bbcaa25cd084c45d8e20fb868ad
[odoo/odoo.git] / addons / website_event / tests / test_ui.py
1 import os
2
3 import openerp.addons.website.tests.test_ui as test_ui
4
5 def full_path(filename):
6     return os.path.join(os.path.join(os.path.dirname(__file__), 'ui_suite'), filename)
7
8 def load_tests(loader, base, _):
9     base.addTest(test_ui.WebsiteUiSuite(full_path('event_test.js'),   { 'action': 'website.action_website_homepage' }, 60.0))
10     return base