odoo/addons/payment_acquirer_paypal/tests/__init__.py

8 lines
82 B
Python

# -*- coding: utf-8 -*-
from . import test_paypal
checks = [
test_paypal,
]