drugforge.data.testing.test_resources.fetch_test_file

drugforge.data.testing.test_resources.fetch_test_file(filenames: str | list[str]) Path[source]

Fetch a test file from the test file pooch repository.

Parameters:

filenames (Union[str, List[str]]) – Name of the test file or files to fetch.

Returns:

Path to the test file.

Return type:

pathlib.Path

Raises:

ValueError – If the test file could not be fetched.