Tryton 6.8: indexes + tests changed
This commit is contained in:
parent
4ae07b962f
commit
e0e1fd07a7
8 changed files with 14 additions and 32 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue