Add test extras

This commit is contained in:
Jared Esparza 2022-05-06 13:53:38 +02:00
parent 8c71c16994
commit a1c7b6dacd
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ from trytond.tests.test_tryton import ModuleTestCase
class AccountPaymentProcessingTestCase(CompanyTestMixin, ModuleTestCase):
'Test AccountPaymentProcessing module'
module = 'account_payment_processing'
extras = ['account_bank_statement_payment']
del ModuleTestCase