odoo/addons/payment_acquirer_ogone/tests/__init__.py

8 lines
80 B
Python

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