perturbopy.test_utils.run_test.test_driver.clean_test_materials

perturbopy.test_utils.run_test.test_driver.clean_test_materials(test_name, new_outs, config_machine, source_folder)
clean one test:
  1. removes new files and dirs produced by test

Parameters:
  • test_name (str) – name of test

  • new_outs (list) – list of paths to produced outputs

  • config_machine (dict) – dictionary with computational information, which we’ll use in this set of computations.

  • source_folder (str) – path of source directory

Return type:

None