Files
bank-payment/account_banking_tests/tests/__init__.py
2015-01-06 15:29:39 +01:00

6 lines
83 B
Python

from . import test_payment_roundtrip
fast_suite = [
test_payment_roundtrip,
]