summaryrefslogtreecommitdiff
path: root/addons/test_website/tests/test_error.py
blob: f4c9334ee9745a103f0344bb89113a5bb8c94ecd (plain)
1
2
3
4
5
6
7
8
9
10
import odoo.tests
from odoo.tools import mute_logger


@odoo.tests.common.tagged('post_install', '-at_install')
class TestWebsiteError(odoo.tests.HttpCase):

    @mute_logger('odoo.addons.http_routing.models.ir_http', 'odoo.http')
    def test_01_run_test(self):
        self.start_tour("/test_error_view", 'test_error_website')