[account_banking_tests_fix_137] see issue https://github.com/OCA/bank-payment/issues/137

This commit is contained in:
Matt Choplin
2015-03-05 12:36:48 +00:00
parent 602c656004
commit f7a79549f2
2 changed files with 1 additions and 4 deletions

View File

@@ -29,6 +29,7 @@
'account_accountant',
'account_banking_payment_transfer',
'account_banking_sepa_credit_transfer',
'account_banking_sepa_direct_debit',
],
'description': '''
This addon adds unit tests for the Banking addons. Installing this

View File

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