Files
bank-payment/account_banking_tests/tests/__init__.py
Alexandre Fayolle 7a72977058 fix relative imports
2014-12-03 09:45:51 +01:00

6 lines
83 B
Python

from . import test_payment_roundtrip
fast_suite = [
test_payment_roundtrip,
]