Mirrors Phase 1 + 2 tour pattern: HttpCase.start_tour wrappers tagged 'tour' so they skip cleanly when websocket-client is absent. Tours cover smoke (/odoo loads), the asset list / category list / anomaly list views, and the depreciation-run wizard form. Bundle is wired via web.assets_tests. Verified locally: 5 tests registered, all skip with "websocket-client module is not installed" (expected — no chromium in the dev container). Made-with: Cursor
30 lines
1.1 KiB
Python
30 lines
1.1 KiB
Python
from . import test_depreciation_methods
|
|
from . import test_prorate
|
|
from . import test_salvage_value
|
|
from . import test_asset_anomaly_detection
|
|
from . import test_useful_life_predictor
|
|
from . import test_fusion_asset
|
|
from . import test_fusion_asset_depreciation_line
|
|
from . import test_fusion_asset_category
|
|
from . import test_fusion_asset_disposal
|
|
from . import test_fusion_asset_anomaly
|
|
from . import test_account_move_inherit
|
|
from . import test_fusion_asset_engine
|
|
from . import test_engine_integration
|
|
from . import test_assets_controller
|
|
from . import test_assets_adapter
|
|
from . import test_asset_tools
|
|
from . import test_assets_cron
|
|
from . import test_engine_property
|
|
from . import test_method_integration
|
|
from . import test_asset_book_values_mv
|
|
from . import test_performance_benchmarks
|
|
from . import test_create_asset_wizard
|
|
from . import test_disposal_wizard
|
|
from . import test_partial_sale_wizard
|
|
from . import test_depreciation_run_wizard
|
|
from . import test_migration_round_trip
|
|
from . import test_audit_report
|
|
from . import test_coexistence
|
|
from . import test_assets_tours
|