You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
526 B

  1. # coding: utf-8
  2. # License AGPL-3 or later (http://www.gnu.org/licenses/lgpl).
  3. # Copyright 2016 Vauxoo (https://www.vauxoo.com) <info@vauxoo.com>
  4. import unittest
  5. from openerp import tests
  6. @tests.at_install(False)
  7. @tests.post_install(True)
  8. class TestProfiler(tests.HttpCase):
  9. @unittest.skip("phantomjs tests async for 8.0 are so flaky")
  10. def test_profiler_tour(self):
  11. self.phantom_js('/web', "openerp.Tour.run('profile_run', 'test')",
  12. 'openerp.Tour.tours.profile_run', login='admin')