Skip to content

[WIP] Fix simbuilder exporters, add tests

Dylan Wang requested to merge dylan-wang/cmb:fix-simbuilder-exporters into master

This adds tests for Simbuilder's exporters. The exporters have also been updated to the current SMTK API. EMS exporter is skipped; there needs to be some more SMTK wrapping done (will do in another PR).

This also adds the basic framework for python tests in CMB. In particular, RunModelBuilderAndVerify.py is a runner script that both executes Modelbuilder with a test script and then a verification script.

Tests will fail until cmb-superbuild!48 (merged) is merged.

Merge request reports