Skip to Content
Menu
This question has been flagged
3747 Zobrazenia


Hello how can I override Odoo general test


@tagged('post_install', '-at_install')
class TestPayment(AccountingTestCase):
this is not working.

import addons.account.tests.test_payment
from addons.account.tests.account_test_classes import AccountingTestCase
from odoo.tests import tagged


@tagged('post_install', '-at_install')
class TestPayment(AccountingTestCase):
def test_full_payment_process(self):
pass

addons.account.tests.test_payment.TestPayment = TestPayment


Avatar
Zrušiť
Related Posts Replies Zobrazenia Aktivita
2
jún 20
5969
2
mar 15
3958
1
mar 23
1870
0
jún 21
2270
0
sep 16
3216