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 run gets 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_run

  • steps_not_to_run (list of str, optional) – A list of steps not to run. Typically, these are steps to remove from the defaults