Merge branch 'master' of https://github.com/odoo/odoo
[odoo/odoo.git] / addons / web / tests / test_js.py
1 import openerp.tests
2
3 class WebSuite(openerp.tests.HttpCase):
4     def test_01_js(self):
5         self.phantom_js('/web/tests?mod=web',"","", login='admin')
6