mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-19 10:12:01 +02:00
Initial commit: OCA Technical packages (595 packages)
This commit is contained in:
commit
2cc02aac6e
24950 changed files with 2318079 additions and 0 deletions
|
|
@ -0,0 +1 @@
|
|||
from . import test_qunit
|
||||
|
|
@ -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",
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue