Replace test setuptools command by unittest discover

This commit is contained in:
Jared Esparza
2022-04-26 13:22:01 +02:00
parent efaff83579
commit efa99272c7
4 changed files with 37 additions and 33 deletions

View File

@@ -1,8 +0,0 @@
# This file is part of the sale_payment module for Tryton.
# The COPYRIGHT file at the top level of this repository contains the full
# copyright notices and license terms.
from .test_sale_payment import suite
__all__ = ['suite']