odoo/addons/payment_buckaroo/tests/__init__.py

8 lines
122 B
Python

# -*- coding: utf-8 -*-
from openerp.addons.payment_buckaroo.tests import test_buckaroo
checks = [
test_buckaroo,
]