# -*- coding: utf-8 -*-

from . import test_stock_flow
from . import test_product
from . import test_warehouse
from . import test_shipment
from . import test_stock_location_search
from . import test_quant
from . import test_inventory
from . import test_move
from . import test_move2
from . import test_robustness
from . import test_packing
from . import test_packing_neg
from . import test_proc_rule
from . import test_wise_operator

# TODO enable this test: error on runbot to create asset and open the iframe
# from . import test_ui
