Merge pull request #138 from matthieuchoplin/account_banking_tests_fix_137

Remove deprecated idiom in test suite
This commit is contained in:
Stéphane Bidoul (ACSONE)
2015-03-05 15:11:54 +01:00

View File

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