mirror of
https://github.com/OCA/account-reconcile.git
synced 2025-01-20 12:27:39 +02:00
Merge pull request #460 from Tecnativa/14.0-ci
[14.0][FIX] *: Run tests post-install
This commit is contained in:
@@ -2,11 +2,14 @@
|
|||||||
# Copyright 2021 Tecnativa - João Marques
|
# Copyright 2021 Tecnativa - João Marques
|
||||||
# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html
|
# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html
|
||||||
|
|
||||||
|
import odoo.tests
|
||||||
|
|
||||||
from odoo.addons.account_payment_order.tests.test_payment_order_inbound import (
|
from odoo.addons.account_payment_order.tests.test_payment_order_inbound import (
|
||||||
TestPaymentOrderInboundBase,
|
TestPaymentOrderInboundBase,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
@odoo.tests.tagged("post_install", "-at_install")
|
||||||
class TestAccountReconcilePaymentOrder(TestPaymentOrderInboundBase):
|
class TestAccountReconcilePaymentOrder(TestPaymentOrderInboundBase):
|
||||||
@classmethod
|
@classmethod
|
||||||
def setUpClass(cls):
|
def setUpClass(cls):
|
||||||
|
|||||||
@@ -3,9 +3,12 @@
|
|||||||
|
|
||||||
import time
|
import time
|
||||||
|
|
||||||
|
import odoo.tests
|
||||||
|
|
||||||
from odoo.addons.account.tests.common import AccountTestInvoicingCommon
|
from odoo.addons.account.tests.common import AccountTestInvoicingCommon
|
||||||
|
|
||||||
|
|
||||||
|
@odoo.tests.tagged("post_install", "-at_install")
|
||||||
class TestAccountReconcileReconciliationDate(AccountTestInvoicingCommon):
|
class TestAccountReconcileReconciliationDate(AccountTestInvoicingCommon):
|
||||||
def setUp(self):
|
def setUp(self):
|
||||||
super(TestAccountReconcileReconciliationDate, self).setUp()
|
super(TestAccountReconcileReconciliationDate, self).setUp()
|
||||||
|
|||||||
Reference in New Issue
Block a user