Tryton 6.8: infos tests, select removed
This commit is contained in:
parent
fc1975f0ad
commit
07b339914d
7 changed files with 19 additions and 35 deletions
|
@ -2,17 +2,3 @@
|
|||
# This file is part of the cashbook-module from m-ds for Tryton.
|
||||
# The COPYRIGHT file at the top level of this repository contains the
|
||||
# full copyright notices and license terms.
|
||||
|
||||
import trytond.tests.test_tryton
|
||||
import unittest
|
||||
|
||||
from trytond.modules.cashbook_report.tests.test_report import ReportTestCase
|
||||
|
||||
|
||||
__all__ = ['suite']
|
||||
|
||||
|
||||
def suite():
|
||||
suite = trytond.tests.test_tryton.suite()
|
||||
suite.addTests(unittest.TestLoader().loadTestsFromTestCase(ReportTestCase))
|
||||
return suite
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue