This repository contains the large test datasets used by
Chain-Frost/ryan-tools.
It is consumed as a Git submodule at the only supported location:
ryan-tools/tests/test_data
Clone the main repository and initialise all submodules with:
git clone --recurse-submodules https://github.com/Chain-Frost/ryan-tools.gitFor an existing clone:
git submodule update --init --recursiveThe Python tests remain in ryan-tools. Running them without this repository populated at
tests/test_data is unsupported and fails during pytest startup.
Historical branches under archive/ preserve test-data changes that were not reachable from the source
repository's main branch. XLSX files were intentionally removed from all history during extraction.