Tryton 6.8: indexes + tests changed

This commit is contained in:
Frederik Jaeckel 2023-06-05 21:28:09 +02:00
parent 4ae07b962f
commit e0e1fd07a7
8 changed files with 14 additions and 32 deletions

View file

@ -6,7 +6,7 @@
from trytond.tests.test_tryton import with_transaction
from trytond.pool import Pool
from trytond.transaction import Transaction
from trytond.modules.cashbook.tests import CashbookTestCase
from trytond.modules.cashbook.tests.test_module import CashbookTestCase
class CategoryTestCase(CashbookTestCase):
@ -98,3 +98,6 @@ class CategoryTestCase(CashbookTestCase):
self.assertEqual(len(book.categories), 0)
# end CategoryTestCase
del CashbookTestCase