Public release from ruodoo-project: 19.0 - 2026-05-31 21:19:12 UTC
This commit is contained in:
1
website_debranding/tests/__init__.py
Normal file
1
website_debranding/tests/__init__.py
Normal file
@ -0,0 +1 @@
|
||||
from . import test_dummy
|
||||
7
website_debranding/tests/test_dummy.py
Normal file
7
website_debranding/tests/test_dummy.py
Normal file
@ -0,0 +1,7 @@
|
||||
from odoo.tests.common import TransactionCase
|
||||
|
||||
|
||||
class TestDummy(TransactionCase):
|
||||
def test_dummy(self):
|
||||
"""Dummy test to avoid warnings"""
|
||||
self.assertTrue(True)
|
||||
Reference in New Issue
Block a user