[MIG] migrate payment test suite

This commit is contained in:
Stéphane Bidoul
2014-09-30 14:29:33 +02:00
parent ad523cba58
commit 762fa5f4e9
4 changed files with 4 additions and 4 deletions

View File

@@ -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,
}

View File

@@ -1,4 +1,4 @@
import test_payment_roundtrip
from . import test_payment_roundtrip
fast_suite = [
test_payment_roundtrip,

View File

@@ -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)