get_test_filepath#
- sunpy.data.test.get_test_filepath(filename, package='sunpy.data.test', **kwargs)[source]#
Return the full path to a test file in the
data/test
directory.- Parameters:
- Returns:
filepath (
str
) – The full path to the file.
Notes
This is a wrapper around
astropy.utils.data.get_pkg_data_filename
which sets thepackage
kwarg to be ‘sunpy.data.test`.