Skip to content

Commit

Permalink
[FIX] l10n_it_fatturapa_pec: fix test tags
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMule71 committed Apr 15, 2022
1 parent 7b47ce0 commit 2b3051c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions l10n_it_fatturapa_pec/tests/test_e_invoice_response.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@

from odoo.fields import Datetime
from odoo.modules import get_module_resource
from odoo.tests import tagged
from odoo.tools import mute_logger, pycompat

from .e_invoice_common import EInvoiceCommon


@tagged("post_install", "-at_install")
class TestEInvoiceResponse(EInvoiceCommon):
def setUp(self):
super(TestEInvoiceResponse, self).setUp()
Expand Down
2 changes: 2 additions & 0 deletions l10n_it_fatturapa_pec/tests/test_e_invoice_send.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).

from odoo.exceptions import UserError
from odoo.tests import tagged
from odoo.tools import mute_logger

from .e_invoice_common import EInvoiceCommon


@tagged("post_install", "-at_install")
class TestEInvoiceSend(EInvoiceCommon):
def setUp(self):
super(TestEInvoiceSend, self).setUp()
Expand Down

0 comments on commit 2b3051c

Please sign in to comment.