mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[IMP] web_domain_field: Add unit tests
This commit is contained in:
16
web_domain_field/tests/test_qunit.py
Normal file
16
web_domain_field/tests/test_qunit.py
Normal file
@@ -0,0 +1,16 @@
|
||||
# Copyright 2022 Camptocamp SA (https://www.camptocamp.com).
|
||||
# @author Iván Todorovich <ivan.todorovich@camptocamp.com>
|
||||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
||||
|
||||
from odoo.tests import HttpCase, tagged
|
||||
|
||||
|
||||
@tagged("-at_install", "post_install")
|
||||
class TestQunit(HttpCase):
|
||||
def test_qunit(self):
|
||||
self.browser_js(
|
||||
"/web/tests?module=web_domain_field&failfast",
|
||||
"",
|
||||
"",
|
||||
login="admin",
|
||||
)
|
||||
Reference in New Issue
Block a user