drugforge.data.testing.test_resources.make_test_file_pooch_repo
- drugforge.data.testing.test_resources.make_test_file_pooch_repo(test_files: str) Pooch[source]
Make a pooch repository for test files.
- Parameters:
test_files (str) – Path to yaml spec file.
- Returns:
Pooch repository for test files.
- Return type:
pooch.Pooch
- Raises:
ValueError – If test_files spec is invalid.