Tryton 6.8: test, info
This commit is contained in:
parent
ed04075bdb
commit
e7cde02a8d
6 changed files with 8 additions and 22 deletions
|
@ -1,17 +1,2 @@
|
|||
# This file is part of 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 .test_line import LineTestCase
|
||||
|
||||
|
||||
__all__ = ['suite']
|
||||
|
||||
|
||||
def suite():
|
||||
suite = trytond.tests.test_tryton.suite()
|
||||
suite.addTests(unittest.TestLoader().loadTestsFromTestCase(
|
||||
LineTestCase))
|
||||
return suite
|
||||
|
|
|
@ -8,7 +8,7 @@ from PIL import Image
|
|||
from trytond.tests.test_tryton import with_transaction
|
||||
from trytond.pool import Pool
|
||||
from trytond.exceptions import UserError
|
||||
from trytond.modules.cashbook.tests import CashbookTestCase
|
||||
from trytond.modules.cashbook.tests.test_module import CashbookTestCase
|
||||
from datetime import date
|
||||
from decimal import Decimal
|
||||
from .img_data import img_data_png, dok_data_pdf, text_data
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue