perturbopy.test_utils.run_test.run_utils.get_all_tests
- perturbopy.test_utils.run_test.run_utils.get_all_tests(func_name, source_folder)
Get the names of all test folders based on the test_listing.yml file.
- Parameters:
func_name (str) – name of the metafunction, which we parametrize
- Returns:
test_folder_list (list) – list of all test names
source_folder (str) – name of the folder, where should be all the testing supplementary files (reference, input files, etc.)