Files
bank-payment/account_banking_tests/tests/__init__.py
2013-09-26 11:54:38 +02:00

6 lines
80 B
Python

import test_payment_roundtrip
fast_suite = [
test_payment_roundtrip,
]