diff --git a/README.md b/README.md index 453d4d54..795bacaf 100644 --- a/README.md +++ b/README.md @@ -134,6 +134,12 @@ Pull artifacts if they're not in [tests/data](tests/data) git lfs pull ``` +When adding a new dataset, mock it with +``` +python tests/scripts/mock_dataset.py --in-data-dir data/ --out-data-dir tests/data/ +``` + +Run tests ``` DATA_DIR="tests/data" pytest -sx tests ```