Files
bank-payment/account_banking_tests/tests/__init__.py
2014-09-02 12:30:01 -04:00

6 lines
76 B
Python

import test_payment_roundtrip
fast_suite = [
test_payment_roundtrip,
]