Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
  • Loading branch information
Tiago370 committed Oct 14, 2024
1 parent aea9dd6 commit eee5058
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
1 change: 1 addition & 0 deletions l10n_br_crm_cnpj_search/tests/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
from . import test_receitaws
from . import test_serpro
8 changes: 3 additions & 5 deletions l10n_br_crm_cnpj_search/tests/test_receitaws.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
# Copyright 2024 KMEE
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).

from odoo.addons.l10n_br_cnpj_search.tests.test_receitaws import (
TestReceitaWS,
)
from odoo.tests import TransactionCase


class TestCRMReceitaws(TestReceitaWS):
class TestCRMReceitaws(TransactionCase):
def test_crm_receita_ws_success(self):
self.assertTrue(True)
pass
9 changes: 9 additions & 0 deletions l10n_br_crm_cnpj_search/tests/test_serpro.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Copyright 2024 KMEE
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).

from odoo.tests import TransactionCase


class TestCRMSerpro(TransactionCase):
def test_crm_serpro_basica(self):
self.assertTrue(True)

0 comments on commit eee5058

Please sign in to comment.