Source code for threeML.test.test_get_package_data

import os
from threeML.io.package_data import get_path_of_data_file


[docs] def test_get_package_data(): # Try and get the config file config_file = get_path_of_data_file("fermipy_basic_config.yml") assert os.path.exists(config_file)