compass.suite.clean_suite¶
- compass.suite.clean_suite(mpas_core, suite_name, work_dir=None)[source]¶
Clean up a test suite by removing its test cases and run script
- Parameters
mpas_core (str) – The MPAS core (‘ocean’, ‘landice’, etc.) of the test suite
suite_name (str) – The name of the test suite. A file
<suite_name>.txt
must exist within the core’ssuites
package that lists the paths of the tests in the suitework_dir (str, optional) – A directory that will serve as the base for creating test case directories