fix tests
This commit is contained in:
parent
3467c08895
commit
2cf42eb9f6
7 changed files with 28 additions and 34 deletions
|
@ -3,17 +3,16 @@
|
|||
# The COPYRIGHT file at the top level of this repository contains the
|
||||
# full copyright notices and license terms.
|
||||
|
||||
from trytond.tests.test_tryton import ModuleTestCase, with_transaction
|
||||
from trytond.tests.test_tryton import with_transaction
|
||||
from trytond.pool import Pool
|
||||
from trytond.exceptions import UserError
|
||||
from datetime import date
|
||||
from decimal import Decimal
|
||||
|
||||
|
||||
class ReconTestCase(ModuleTestCase):
|
||||
'Test cashbook reconciliation module'
|
||||
module = 'cashbook'
|
||||
|
||||
class ReconTestCase(object):
|
||||
""" test reconciliation
|
||||
"""
|
||||
@with_transaction()
|
||||
def test_recon_check_overlap_start(self):
|
||||
""" create, check deny of overlap date - date_from
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue