CIME.SystemTests.test_mods.find_test_mods
- CIME.SystemTests.test_mods.find_test_mods(comp_interface, test_mods)[source]
Finds paths from names of testmods.
Testmod format is ${component}-${testmod}. Each testmod is search for it it’s component respective TESTS_MODS_DIR and USER_MODS_DIR.
- Args:
comp_interface (str): Name of the component interface. test_mods (list): List of testmods names.
- Returns:
List of paths for each testmod.
- Raises:
CIMEError: If a testmod is not in correct format. CIMEError: If testmod could not be found.