mirror of
https://github.com/OCA/bank-payment.git
synced 2025-02-02 10:37:31 +02:00
[MIG] migrate payment test suite
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
'category': 'Banking addons',
|
||||
'depends': [
|
||||
'account_accountant',
|
||||
'account_banking_payment',
|
||||
'account_banking_payment_transfer',
|
||||
'account_banking_sepa_credit_transfer',
|
||||
],
|
||||
'description': '''
|
||||
@@ -37,5 +37,5 @@ dependencies installed, so that you can run the tests. If you only
|
||||
run the tests manually, you don't even have to install this module,
|
||||
only its dependencies.
|
||||
''',
|
||||
'installable': False,
|
||||
'installable': True,
|
||||
}
|
||||
@@ -1,4 +1,4 @@
|
||||
import test_payment_roundtrip
|
||||
from . import test_payment_roundtrip
|
||||
|
||||
fast_suite = [
|
||||
test_payment_roundtrip,
|
||||
@@ -358,5 +358,5 @@ class TestPaymentRoundtrip(SingleTransactionCase):
|
||||
self.setup_payment_config(reg, cr, uid)
|
||||
self.setup_payment(reg, cr, uid)
|
||||
self.export_payment(reg, cr, uid)
|
||||
self.setup_bank_statement(reg, cr, uid)
|
||||
# self.setup_bank_statement(reg, cr, uid)
|
||||
self.check_reconciliations(reg, cr, uid)
|
||||
Reference in New Issue
Block a user