Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
4392 Переглядів


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


Аватар
Відмінити
Related Posts Відповіді Переглядів Дія
Why native test fails? Вирішено
2
черв. 20
6652
2
бер. 15
4530
1
бер. 23
2581
0
черв. 21
2984
0
вер. 16
3643