2018-01-16 06:58:15 +01:00
|
|
|
#Accounting tests written in python should extend the class AccountingTestCase.
|
|
|
|
#See its doc for more info.
|
|
|
|
|
|
|
|
from . import test_account_customer_invoice
|
|
|
|
from . import test_account_move_closed_period
|
|
|
|
from . import test_account_supplier_invoice
|
|
|
|
from . import test_account_validate_account_move
|
|
|
|
from . import test_account_invoice_rounding
|
|
|
|
from . import test_bank_statement_reconciliation
|
|
|
|
#TODO re-enableand fix this test
|
|
|
|
#from . import test_bank_stmt_reconciliation_widget_ui
|
|
|
|
from . import test_fiscal_position
|
|
|
|
from . import test_manual_reconciliation
|
|
|
|
from . import test_payment
|
|
|
|
from . import test_product_id_change
|
|
|
|
from . import test_reconciliation
|
|
|
|
from . import test_search
|
|
|
|
from . import test_setup_bar
|
|
|
|
from . import test_tax
|
|
|
|
from . import test_templates_consistency
|
2018-01-17 11:23:19 +01:00
|
|
|
from . import test_account_branch
|
|
|
|
from . import test_invoice_branch
|
|
|
|
from . import test_journal_entries_branch
|
|
|
|
from . import test_branch_moves
|
|
|
|
from . import test_payment_branch
|