compass.run.run_test_case¶
- compass.run.run_test_case(steps_to_run=None, steps_not_to_run=None)[source]¶
 Used by the framework to run a test case when
compass rungets called in the test case’s work directory- Parameters
 steps_to_run (list of str, optional) – A list of the steps to run. The default behavior is to run the default steps unless they are in
steps_not_to_runsteps_not_to_run (list of str, optional) – A list of steps not to run. Typically, these are steps to remove from the defaults